diff options
author | aycabta <[email protected]> | 2021-09-02 22:16:32 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-02 22:17:01 +0900 |
commit | ed83a0104883aa634208237c86b987e75486b3d7 (patch) | |
tree | f5162ca0ead67c52e70a67b1af6b564463be9f1d | |
parent | 1efe5cb020a6a2e5a57123adc2077e2934b3730f (diff) |
[ruby/irb] Version 1.3.8.pre.6
https://github.com/ruby/irb/commit/7dc98df80b
-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 87df164f10..766ce14ff7 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.8.pre.5" + VERSION = "1.3.8.pre.6" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-08-31" + @LAST_UPDATE_DATE = "2021-09-02" end |