summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-12-01 19:59:07 -0800
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-12-11 20:23:53 +0900
commit49ffae7ca66f3e0bc3e2d87092197d3514d5925e (patch)
tree55d5fd93e10f6f904a1ce668858379c342616d6b /lib
parent0dcd3340fb5f91112ce66c53315eff92b9f10fb7 (diff)
[ruby/forwardable] Bump version to 1.3.1
https://github.com/ruby/forwardable/commit/aa07c55f3f
Diffstat (limited to 'lib')
-rw-r--r--lib/forwardable/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forwardable/version.rb b/lib/forwardable/version.rb
index a4970ec795..8f3e1f510e 100644
--- a/lib/forwardable/version.rb
+++ b/lib/forwardable/version.rb
@@ -1,5 +1,5 @@
module Forwardable
# Version of +forwardable.rb+
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
FORWARDABLE_VERSION = VERSION
end