diff options
author | Stan Lo <[email protected]> | 2023-07-13 03:16:00 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-07-13 02:16:04 +0000 |
commit | 7f9c2a9bdd06a925247297b46972603aa5b451be (patch) | |
tree | a71a858fd13779b813895e30548cab286f12837e | |
parent | b588fd552390c55809719100d803c36bc7430f2f (diff) |
[ruby/irb] Bump version to 1.7.3
(https://github.com/ruby/irb/pull/639)
https://github.com/ruby/irb/commit/621c8c2b7d
-rw-r--r-- | lib/irb/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/version.rb b/lib/irb/version.rb index f8245b3a39..3ca5f2803b 100644 --- a/lib/irb/version.rb +++ b/lib/irb/version.rb @@ -5,7 +5,7 @@ # module IRB # :nodoc: - VERSION = "1.7.2" + VERSION = "1.7.3" @RELEASE_VERSION = VERSION @LAST_UPDATE_DATE = "2023-07-12" end |