summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2023-08-30 10:17:02 +0100
committergit <svn-admin@ruby-lang.org>2023-08-30 09:17:06 +0000
commit36a3899e9d464e243648694fa28398abbb4641ef (patch)
tree00ca7c960620c9c89f1b11d31b12dc03bddedc9b /lib
parentbcc905100f1079e191632cfd02319c10af82dac0 (diff)
[ruby/irb] Bump version to 1.8.0
(https://github.com/ruby/irb/pull/700) https://github.com/ruby/irb/commit/a061744ed3
Diffstat (limited to 'lib')
-rw-r--r--lib/irb/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index 27103fe0bd..04a9ccfe29 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.7.4"
+ VERSION = "1.8.0"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2023-07-15"
+ @LAST_UPDATE_DATE = "2023-08-30"
end