aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtávio Schwanck dos Santos <otavioschwanck@gmail.com>2022-09-20 14:11:55 +0100
committergit <svn-admin@ruby-lang.org>2022-09-22 22:28:37 +0900
commit9d19d910c077d40a1d60d36baa4458926df857d4 (patch)
treec51a3f019b9ed0b3cec2d5124ffccba0c1bfa2cb
parent224a3ea718f32daad2a9c874104c33b072dc361a (diff)
downloadruby-9d19d910c077d40a1d60d36baa4458926df857d4.tar.gz
[ruby/reline] Revert "update version"
This reverts commit https://github.com/ruby/reline/commit/ce1ac86179e6. https://github.com/ruby/reline/commit/86602cd244
-rw-r--r--lib/reline/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/version.rb b/lib/reline/version.rb
index 67a3d694bd..1bb1c02f3d 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.3.2'
+ VERSION = '0.3.1'
end