diff options
author | aycabta <aycabta@gmail.com> | 2021-02-25 22:04:58 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2021-02-25 22:11:48 +0900 |
commit | fda162c7764219c0b03efd6ba3ef393a92013f66 (patch) | |
tree | e1f332096db93b71a7f9afb9a4f1607cec43b0d4 | |
parent | 294c244ac805c0b9c327cd92bc87fe2c7c4eb95f (diff) |
[ruby/irb] Version 1.3.4
https://github.com/ruby/irb/commit/ab9852ccc5
-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 a715293b34..0a4a1bb922 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -11,7 +11,7 @@ # module IRB # :nodoc: - VERSION = "1.3.3" + VERSION = "1.3.4" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2021-02-07" + @LAST_UPDATE_DATE = "2021-02-25" end |