diff options
author | ima1zumi <[email protected]> | 2023-07-12 01:30:30 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-07-11 16:30:34 +0000 |
commit | d40935c6804b87664ba0313062dc27f3e8130832 (patch) | |
tree | cab8bddd2345ede7f86eff506af9b3a12720ce5c /lib/irb/version.rb | |
parent | d62328251d2231210b7d214be3e26e1c5cd32a11 (diff) |
[ruby/irb] Bump version to 1.7.2
(https://github.com/ruby/irb/pull/636)
https://github.com/ruby/irb/commit/85d6b4d146
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 0093bad03b..f8245b3a39 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.7.1" + VERSION = "1.7.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-07-01" + @LAST_UPDATE_DATE = "2023-07-12" end |