Adjust version

This commit is contained in:
2024-01-18 18:12:05 -06:00
parent abdb86440f
commit 3aa63b4ad1
2 changed files with 3 additions and 2 deletions

View File

@@ -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)