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