diff --git a/front/package.json b/front/package.json index 9636eb0..1eb3be3 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "bibliomane", - "version": "0.5.0", + "version": "0.6.0", "private": true, "type": "module", "engines": { diff --git a/main.go b/main.go index 7c3b705..4e301ee 100644 --- a/main.go +++ b/main.go @@ -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)