From 870a3e4e8be4ff2697300be347d4e50476cf718d Mon Sep 17 00:00:00 2001 From: cyberarm Date: Wed, 29 Sep 2021 16:26:43 -0500 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 0319af2..1d72739 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,5 +1,5 @@ module TAC NAME = "TimeCrafters Configuration Tool" - VERSION = "0.4.2" + VERSION = "0.5.0" RELEASE_NAME = "Beta" end \ No newline at end of file