diff options
author | st0012 <[email protected]> | 2022-10-03 22:34:23 +0100 |
---|---|---|
committer | git <[email protected]> | 2022-10-05 15:25:02 +0900 |
commit | 203b8310655ac8a67de2c5b2bd7afa52631d0bbb (patch) | |
tree | da5c5c5f420ff577a6ce2949efa43f53cde8d9f6 | |
parent | f081bba875d609bdde8f7e5d1e24654653e7c7e3 (diff) |
[ruby/irb] Bump version to 1.4.2
https://github.com/ruby/irb/commit/f9960dbd37
-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 481d14ffd2..38fe36728b 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.4.1" + VERSION = "1.4.2" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-12-25" + @LAST_UPDATE_DATE = "2022-10-03" end |