Release 0.2.0

This commit is contained in:
2026-03-05 15:55:08 +01:00
parent a24dd794a8
commit 01afc435b5
2 changed files with 2 additions and 2 deletions

View File

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