From 211548d040fc757c1c923ed98c5470ef94924e00 Mon Sep 17 00:00:00 2001 From: White-Green <43771790+White-Green@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:42:10 +0900 Subject: [PATCH] increment version --- lib/execjs/pcruntime/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/execjs/pcruntime/version.rb b/lib/execjs/pcruntime/version.rb index 0025ab3..e2f5fcb 100644 --- a/lib/execjs/pcruntime/version.rb +++ b/lib/execjs/pcruntime/version.rb @@ -2,6 +2,6 @@ module Execjs module PCRuntime - VERSION = '0.2.2' + VERSION = '0.3.0' end end