diff options
author | Stan Lo <[email protected]> | 2023-12-03 17:06:38 +0000 |
---|---|---|
committer | git <[email protected]> | 2023-12-03 17:06:41 +0000 |
commit | 52eabf2e329485088672beefe4bc59c148ed20cc (patch) | |
tree | c264e9fd3db7442b69f9fb69bfc95c96f3297855 /lib | |
parent | a2197466a273928f76e00e89b3a6f5fb23569fa6 (diff) |
[ruby/irb] Bump version to v1.10.0
(https://github.com/ruby/irb/pull/798)
https://github.com/ruby/irb/commit/4acc9b8d6c
Diffstat (limited to 'lib')
-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 f1d9a4318d..b3d7bebfba 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.9.1" + VERSION = "1.10.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-11-21" + @LAST_UPDATE_DATE = "2023-12-03" end |