mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-13 04:22:35 +00:00
Adjust version
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
module TAC
|
||||
NAME = "TimeCrafters Configuration Tool"
|
||||
RELEASE_DATE = "2024-01-18" # ISO 8601 Date of version release
|
||||
VERSION = "0.8.0"
|
||||
RELEASE_NAME = "2024-01-18" # ISO 8601 Date of version release
|
||||
RELEASE_NAME = "BETA"
|
||||
end
|
||||
|
||||
@@ -5,7 +5,7 @@ module TAC
|
||||
def initialize(**args)
|
||||
super(**args)
|
||||
|
||||
self.caption = "#{TAC::NAME} v#{TAC::VERSION} (#{TAC::RELEASE_NAME})"
|
||||
self.caption = "#{TAC::NAME} v#{TAC::VERSION} (#{TAC::RELEASE_NAME}) [#{TAC::RELEASE_DATE}]"
|
||||
@backend = Backend.new
|
||||
@notification_manager = CyberarmEngine::NotificationManager.new(window: self, edge: :bottom)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user