diff options
| author | Stan Lo <stan001212@gmail.com> | 2023-12-05 16:34:15 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-12-05 16:34:19 +0000 |
| commit | b29ed638833f2abc7ce99b5bbf5cd07b0021d7fe (patch) | |
| tree | 7e5ce94c92b96b9f14610012a991e004fe741ef1 | |
| parent | f55746a93d48a3ee1fdfacba3716457fabea150a (diff) | |
[ruby/irb] Bump version to v1.10.1
(https://github.com/ruby/irb/pull/801)
https://github.com/ruby/irb/commit/a1e431bd83
| -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 b3d7bebfba..d47903b6c7 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.10.0" + VERSION = "1.10.1" @RELEASE_VERSION = VERSION - @LAST_UPDATE_DATE = "2023-12-03" + @LAST_UPDATE_DATE = "2023-12-05" end |
