From 2a8a2d1bbfb7c0add951785cdc77df25a820feeb Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Wed, 1 Feb 2023 15:50:31 -0600 Subject: [PATCH] Bump version --- lib/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.rb b/lib/version.rb index 8438b7b..a459cf3 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module TAC NAME = "TimeCrafters Configuration Tool" - VERSION = "0.6.0" + VERSION = "0.7.0" RELEASE_NAME = "Beta" end \ No newline at end of file