diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-11-07 12:46:59 +0900 |
---|---|---|
committer | git <[email protected]> | 2023-11-07 03:47:15 +0000 |
commit | b4901d54a5f89525de98a8775d4233c874a7d91e (patch) | |
tree | b665652835d14739bbf798d692d920fa363f91fa /lib/getoptlong.rb | |
parent | 7832a52ce77b980889180203cab61c85a3d9a57c (diff) |
[ruby/getoptlong] Bump up 0.2.1
https://github.com/ruby/getoptlong/commit/f49629dfaa
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 ec77272d26..c825962160 100644 --- a/lib/getoptlong.rb +++ b/lib/getoptlong.rb @@ -368,7 +368,7 @@ # class GetoptLong # Version. - VERSION = "0.2.0" + VERSION = "0.2.1" # # Orderings. |