feat: expose application version and update CI release workflow
Release / release (pull_request) Successful in 1m4s

This commit is contained in:
2026-06-09 13:55:11 +01:00
parent aa69bbb0a5
commit 8c51cee2a5
9 changed files with 145 additions and 90 deletions
+4
View File
@@ -44,6 +44,10 @@ func (a *App) startup(ctx context.Context) {
a.ctx = ctx
}
func (a *App) GetVersion() string {
return Version
}
func (a *App) GetConnections() []config.ConnectionConfig {
if a.cfg == nil {
return nil