diff options
| author | Stan Lo <stan001212@gmail.com> | 2023-07-02 05:49:02 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-07-02 04:49:07 +0000 |
| commit | 4bad2a9562aece90f6df9f3ef1c7ecdc2811c29f (patch) | |
| tree | fc27fd6c1846fc467c9bdc6eaaf947ecad2c744a /lib | |
| parent | fa6e14c45d85e2c2b21c69e04d87135dc5423a09 (diff) | |
[ruby/irb] Bump version to 1.7.1
(https://github.com/ruby/irb/pull/621)
https://github.com/ruby/irb/commit/b9a9dd97df
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 a1e15815a2..0093bad03b 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.7.0" + VERSION = "1.7.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-06-03" + @LAST_UPDATE_DATE = "2023-07-01" end |
