mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-13 04:22:35 +00:00
7 lines
167 B
Ruby
7 lines
167 B
Ruby
module TAC
|
|
NAME = "TimeCrafters Configuration Tool"
|
|
RELEASE_DATE = "2024-01-19" # ISO 8601 Date of version release
|
|
VERSION = "0.8.0"
|
|
RELEASE_NAME = "BETA"
|
|
end
|