diff --git a/front/package.json b/front/package.json index 9e23f20..193b629 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "bibliomane", - "version": "0.7.0", + "version": "0.7.1", "private": true, "type": "module", "engines": { diff --git a/main.go b/main.go index 9475c42..5e492a8 100644 --- a/main.go +++ b/main.go @@ -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)