diff options
author | Stan Lo <[email protected]> | 2023-03-07 10:47:09 +0800 |
---|---|---|
committer | git <[email protected]> | 2023-03-07 02:47:15 +0000 |
commit | 56ebeba436f7030694eea336fabad2d0d2a73871 (patch) | |
tree | 4cdeaac5921ad737dfe1348c6833329272202e3e /lib/irb/version.rb | |
parent | 030f39822ac9d6d7dcdb639e099b320d3517c19c (diff) |
[ruby/irb] Bump version to 1.6.3
(https://github.com/ruby/irb/pull/537)
https://github.com/ruby/irb/commit/110e4a3219
Diffstat (limited to 'lib/irb/version.rb')
-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 33b423ea18..217e1210c8 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.6.2" + VERSION = "1.6.3" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2022-12-13" + @LAST_UPDATE_DATE = "2023-03-06" end |