diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 15:19:06 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 06:19:25 +0000 |
commit | 519c31e48cfea27bbe4cdfa489f288d68d9aa419 (patch) | |
tree | aaf18a213be0a33c2edeeb65ca7e6bd722328250 /lib/getoptlong.rb | |
parent | f41d38a6fb778980fc4476067bc81d05ab2c7694 (diff) |
[ruby/getoptlong] Bump version to 0.2.0
https://github.com/ruby/getoptlong/commit/71fbf2123f
Diffstat (limited to 'lib/getoptlong.rb')
-rw-r--r-- | lib/getoptlong.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb index 0810ed7a57..5ae0e1497c 100644 --- a/lib/getoptlong.rb +++ b/lib/getoptlong.rb @@ -368,7 +368,7 @@ # class GetoptLong # Version. - VERSION = "0.1.1" + VERSION = "0.2.0" # # Orderings. |