Initial Commit

This commit is contained in:
2020-06-07 09:02:02 -05:00
commit 5ea8d13653
8 changed files with 215 additions and 0 deletions

5
lib/version.rb Normal file
View File

@@ -0,0 +1,5 @@
module TAC
NAME = "TimeCrafters Action Configurator"
VERSION = "0.1.0"
RELEASE_NAME = "IN-DEV"
end