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 (patch) | |
tree | bd228e812436afc3e0e47334636f71e88a740d2f | |
parent | 70ea3d3ac025281aeaa9a97180586a69b100994f (diff) |
[ruby/irb] Bump version to 1.9.1
(https://github.com/ruby/irb/pull/773)
https://github.com/ruby/irb/commit/997df3e849
-rw-r--r-- | lib/irb/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb index c33c4f798c..f1d9a4318d 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.9.0" + VERSION = "1.9.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-11-11" + @LAST_UPDATE_DATE = "2023-11-21" end |