From eec31d30db4f6c81b4586ece5b8b30376fb8ba2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E8=97=A4=20=E6=B4=8B=E4=B9=9F?= Date: Fri, 7 Feb 2025 11:14:38 +0900 Subject: [PATCH] v0.5.0 --- lib/oneaws/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/oneaws/version.rb b/lib/oneaws/version.rb index 37b914a..866bfec 100644 --- a/lib/oneaws/version.rb +++ b/lib/oneaws/version.rb @@ -1,3 +1,3 @@ module Oneaws - VERSION = "0.4.0" + VERSION = "0.5.0" end