From 1145ac646df16be9364e92b99e8759686df6b6f1 Mon Sep 17 00:00:00 2001 From: Cyberarm Date: Mon, 6 Feb 2023 18:07:44 -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 18a0809..c0ce11b 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module TAC NAME = "TimeCrafters Configuration Tool" - VERSION = "0.7.1" + VERSION = "0.7.2" RELEASE_NAME = "Beta" end