summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-08-30 12:00:43 +0900
committergit <svn-admin@ruby-lang.org>2021-08-30 12:00:35 +0900
commit7379a493bdf9b0f67b5db3471075473dfcf2ce2c (patch)
tree6d96bb4a21b49fa63937fead1457f6c136195805
parentaeec02d7f321916ca80ccc8361ccb82fdc779515 (diff)
[ruby/irb] Version 1.3.8.pre.3
https://github.com/ruby/irb/commit/a1fc68abaa
-rw-r--r--lib/irb/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb
index b6d1bfc298..7dcdd846d8 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -11,7 +11,7 @@
#
module IRB # :nodoc:
- VERSION = "1.3.8.pre.2"
+ VERSION = "1.3.8.pre.3"
@RELEASE_VERSION = VERSION
@LAST_UPDATE_DATE = "2021-08-30"
end