diff options
author | tomoya ishida <[email protected]> | 2023-11-21 22:02:16 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-21 13:02:21 +0000 |
commit | f954a5663a6cb5fa9f55f45fd0f87e3e1eca9c17 () | |
tree | bd228e812436afc3e0e47334636f71e88a740d2f | |
parent | 70ea3d3ac025281aeaa9a97180586a69b100994f (diff) |
[ruby/irb] Bump version to 1.9.1
(https://.com/ruby/irb/pull/773) https://.com/ruby/irb/commit/997df3e849
-rw-r--r-- | lib/irb/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.9.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-11-11" end |