diff options
| author | Akinori MUSHA <knu@idaemons.org> | 2021-10-25 12:28:05 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2021-11-16 20:55:33 +0900 |
| commit | 2231d103f3ef6438bf42b448aadd8c8cea89c496 (patch) | |
| tree | a362a5d01803e370d1faee98a6bf6865e47a6b89 /lib | |
| parent | c910de3575aaa5c2757f357084ad01518770e289 (diff) | |
[ruby/set] Bump the version to 1.0.2
https://github.com/ruby/set/commit/db2ebc946d
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/set/set.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/set/set.gemspec b/lib/set/set.gemspec index d14febaad4..83100df785 100644 --- a/lib/set/set.gemspec +++ b/lib/set/set.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "set" - spec.version = "1.0.1" + spec.version = "1.0.2" spec.authors = ["Akinori MUSHA"] spec.email = ["knu@idaemons.org"] |
