summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-09-04 02:18:40 +0900
committergit <svn-admin@ruby-lang.org>2021-09-04 02:18:54 +0900
commitb7e2f7759de208b6d7b6670095c4079727164cce (patch)
tree559ba67f78b8de016051442e0d673c553e25e3f3 /lib
parent119edc459f830c784c6ab05b876e7893990ec094 (diff)
[ruby/irb] Version 1.3.8.pre.7
https://github.com/ruby/irb/commit/02c4a8d3b6
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 766ce14ff7..95fc36e812 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -11,7 +11,7 @@
#
module IRB # :nodoc:
- VERSION = "1.3.8.pre.6"
+ VERSION = "1.3.8.pre.7"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2021-09-02"
+ @LAST_UPDATE_DATE = "2021-09-04"
end