We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78597cf commit fac3274Copy full SHA for fac3274
.env.example
@@ -5,7 +5,7 @@
5
APP_NAME=swis-api
6
APP_ROOT=/opt/${APP_NAME}
7
APP_URLS_TRAEFIK=`swis-api.example.com`,`localhost`
8
-APP_VERSION=5.4.4
+APP_VERSION=5.4.5
9
10
11
#
go.mod
@@ -1,4 +1,4 @@
1
-module go.savla.dev/swis
+module go.savla.dev/swis/v5
2
3
go 1.20
4
main.go
@@ -1,5 +1,5 @@
// @title swis-api v5
-// @version 5.4.4
+// @version 5.4.5
// @description sakalWeb Information System v5 RESTful API documentation
// @termsOfService http://swagger.io/terms/
0 commit comments