Bump backend version to 0.2.2

This commit is contained in:
2026-02-02 15:05:32 +01:00
parent d38cfd6973
commit fdc99abba8
+1 -1
View File
@@ -1,7 +1,7 @@
package config package config
// Version is the application version // Version is the application version
const Version = "0.2.1" const Version = "0.2.2"
var ( var (
// GitCommit will be set by build flags or detected at runtime // GitCommit will be set by build flags or detected at runtime