From 606032c81d21b1a76ee34c3b70500bdafa7c0788 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 22 Sep 2021 08:54:23 -0500 Subject: [PATCH] Bump version --- lib/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.rb b/lib/version.rb index 1904c6c..7eabcf0 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module TAC NAME = "TimeCrafters Configuration Tool" - VERSION = "0.2.0" - RELEASE_NAME = "IN-DEV" + VERSION = "0.4.0" + RELEASE_NAME = "Beta" end \ No newline at end of file