From 3ac15f7e5791fb0f9307312f002286bd24a99a67 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 16:01:20 +0900 Subject: [PATCH] [ruby/base64] Bump up 0.2.0 https://github.com/ruby/base64/commit/09e839e5ad --- lib/base64.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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