diff options
| author | ima1zumi <52617472+ima1zumi@users.noreply.github.com> | 2023-11-11 04:27:26 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-10 19:27:30 +0000 |
| commit | 8044feb7ab75989d5c8bd40131801e80c939e55a (patch) | |
| tree | 3733acc4e8c901212d82ec39743ce875315667e2 /lib | |
| parent | 7e6609e8f0958c021f44837ad098bff6f19b1aba (diff) | |
[ruby/irb] Bump version to 1.9.0
(https://github.com/ruby/irb/pull/757)
https://github.com/ruby/irb/commit/41548b8bd0
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 fe6e379ec2..c33c4f798c 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.8.3" + VERSION = "1.9.0" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-10-14" + @LAST_UPDATE_DATE = "2023-11-11" end |
