summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorima1zumi <52617472+ima1zumi@users.noreply.github.com>2023-03-28 00:14:51 +0900
committergit <svn-admin@ruby-lang.org>2023-03-27 15:14:56 +0000
commitec14b381c13bf672249999213b22c69888a1763d (patch)
treebcd0aa050ce1c24a0e69512c7494e0b732239b2d
parent8f569d41cba4379b8d50d24fdf8c43f43bc3f1b8 (diff)
[ruby/reline] Bump version to 0.3.3
(https://github.com/ruby/reline/pull/525) https://github.com/ruby/reline/commit/8ce176271f
-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..dc5da3eaf1 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.3.2'
+ VERSION = '0.3.3'
end