Release 0.6.0

This commit is contained in:
2026-03-27 22:17:02 +01:00
parent e05c9f2b45
commit b8eacb9c10
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
)
func main() {
applicationVersion := "0.5.0"
applicationVersion := "0.6.0"
c := config.LoadConfig(applicationVersion)
r := setup.Setup(&c)
r.Run(":" + c.Port)