From fc3c8acdac39e673a0172d7f0b6f486c94d35278 Mon Sep 17 00:00:00 2001 From: Taichi Ishitani Date: Thu, 23 Jan 2025 23:39:56 +0900 Subject: [PATCH] v0.34.0 --- 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 dd42f61..0244f97 100644 --- a/lib/rggen/core/version.rb +++ b/lib/rggen/core/version.rb @@ -2,7 +2,7 @@ module RgGen module Core - VERSION = '0.33.1' + VERSION = '0.34.0' MAJOR, MINOR, PATCH = VERSION.split('.').map(&:to_i) end end