Added version file

This commit is contained in:
2019-09-30 22:43:05 -05:00
parent 40dce7c7c6
commit 79de34a596
4 changed files with 8 additions and 2 deletions

5
lib/version.rb Normal file
View File

@@ -0,0 +1,5 @@
class IMICRTS
NAME = "I-MIC RTS"
VERSION = "0.0.1"
VERSION_NAME = "InDev"
end