diff options
author | Sutou Kouhei <[email protected]> | 2020-11-17 11:57:12 +0900 |
---|---|---|
committer | Sutou Kouhei <[email protected]> | 2020-11-18 09:05:13 +0900 |
commit | aa22b6658ae80a6e9a5404c2e38a80f6a8ab446f (patch) | |
tree | bc6ae94f3da003c0ae3a15e8a254fb8055b00dce /ext/fiddle | |
parent | 5c7ef89db4eb97b65ca1601babf76b9396ce75bc (diff) |
[ruby/fiddle] Bump version
https://github.com/ruby/fiddle/commit/74b65cb858
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3780
Diffstat (limited to 'ext/fiddle')
-rw-r--r-- | ext/fiddle/lib/fiddle/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fiddle/lib/fiddle/version.rb b/ext/fiddle/lib/fiddle/version.rb index 248fa23815..40d8300d2f 100644 --- a/ext/fiddle/lib/fiddle/version.rb +++ b/ext/fiddle/lib/fiddle/version.rb @@ -1,3 +1,3 @@ module Fiddle - VERSION = "1.0.1" + VERSION = "1.0.2" end |