Release 0.4.0

This commit is contained in:
2026-03-15 15:59:35 +01:00
parent 67c475f14c
commit a023c97618
2 changed files with 2 additions and 2 deletions

View File

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

View File

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