summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 16:01:20 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 07:01:35 +0000
commit3ac15f7e5791fb0f9307312f002286bd24a99a67 (patch)
tree9cc0cf0bf4c89cbf8339e43d78285cc157cb7c0b
parent48d8f62cddd5fec88c9b37906326a1ea33bc74b4 (diff)
[ruby/base64] Bump up 0.2.0
https://github.com/ruby/base64/commit/09e839e5ad
-rw-r--r--lib/base64.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base64.rb b/lib/base64.rb
index 59f66f8fd5..cd2ecc18ea 100644
--- a/lib/base64.rb
+++ b/lib/base64.rb
@@ -183,7 +183,7 @@
#
module Base64
- VERSION = "0.1.1"
+ VERSION = "0.2.0"
module_function