Release 0.7.1

This commit is contained in:
2026-04-12 16:58:23 +02:00
parent 3c621c01ce
commit 8d9431874f
2 changed files with 2 additions and 2 deletions

View File

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