diff options
| author | ima1zumi <52617472+ima1zumi@users.noreply.github.com> | 2023-04-09 22:41:26 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-04-09 13:44:12 +0000 |
| commit | f7c8d3bf96e7e56f7a4bef4fe312f114b12004ef (patch) | |
| tree | e20f64806063985c2441d504d575b9e6d443c05a | |
| parent | 671cfc20000db024f2aeaf602b1a77895c819abc (diff) | |
[ruby/irb] Bump version to 1.6.4
(https://github.com/ruby/irb/pull/560)
https://github.com/ruby/irb/commit/01328da9b6
| -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 217e1210c8..5fd6faab73 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.6.3" + VERSION = "1.6.4" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-03-06" + @LAST_UPDATE_DATE = "2023-04-07" end |
