summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Lo <stan001212@gmail.com>2024-05-05 19:11:28 +0800
committergit <svn-admin@ruby-lang.org>2024-05-05 11:11:31 +0000
commit93cffcf961daa58b5bc0b3e9194b792c655aebf7 (patch)
tree6675ca7d9f68977ad926ab34f58bcb1bd3966f3f
parente973f9cbb38668c61084481b35ae8c1d63be74b6 (diff)
[ruby/irb] Bump version to v1.13.1
(https://github.com/ruby/irb/pull/951) https://github.com/ruby/irb/commit/66318d0a34
-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 146daf7258..c41917329c 100644
--- a/lib/irb/version.rb
+++ b/lib/irb/version.rb
@@ -5,7 +5,7 @@
#
module IRB # :nodoc:
- VERSION = "1.13.0"
+ VERSION = "1.13.1"
@RELEASE_VERSION = VERSION
- @LAST_UPDATE_DATE = "2024-05-01"
+ @LAST_UPDATE_DATE = "2024-05-05"
end