Release 0.7.0

This commit is contained in:
2026-04-12 15:47:26 +02:00
parent 55a4a98b4d
commit d1d865b6ff
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bibliomane",
"version": "0.6.0",
"version": "0.7.0",
"private": true,
"type": "module",
"engines": {

View File

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