From 2c7be19318b9d8439ce43fb981628fd9429fda1b Mon Sep 17 00:00:00 2001 From: Matthias Lee Date: Wed, 22 Feb 2023 16:25:17 -0800 Subject: [PATCH] Bump --- lib/visiontest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/visiontest.rb b/lib/visiontest.rb index d24fd949..bf9d4b3d 100644 --- a/lib/visiontest.rb +++ b/lib/visiontest.rb @@ -2,7 +2,7 @@ module VisionTest ROOT_DIR=File.expand_path("#{$from_main_rb ? "." : ".."}", Dir.pwd)+"/" def self.version - "0.2.0-a" + "0.2.0" end end