From 2d10b834e77221513e0ec4ccc5b358b618ca6017 Mon Sep 17 00:00:00 2001 From: Taichi Ishitani Date: Sun, 21 Jul 2024 00:45:24 +0900 Subject: [PATCH] v0.33.1 --- lib/rggen/core/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rggen/core/version.rb b/lib/rggen/core/version.rb index fa6ad64..dd42f61 100644 --- a/lib/rggen/core/version.rb +++ b/lib/rggen/core/version.rb @@ -2,7 +2,7 @@ module RgGen module Core - VERSION = '0.33.0' + VERSION = '0.33.1' MAJOR, MINOR, PATCH = VERSION.split('.').map(&:to_i) end end