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 1dd7b61 commit 4e79a78Copy full SHA for 4e79a78
.env.example
@@ -4,15 +4,15 @@
4
5
APP_NAME=swis-api
6
APP_ROOT=/opt/${APP_NAME}
7
-APP_VERSION=5.5.19
+APP_VERSION=5.5.20
8
9
10
#
11
# build constants
12
13
14
ALPINE_VERSION=3.18
15
-GOLANG_VERSION=1.20.7
+GOLANG_VERSION=1.21.0
16
17
# note: prod image needs 'tzdata' package present
18
TZ=Europe/Vienna
main.go
@@ -1,5 +1,5 @@
1
// @title swis-api (swapi) v5
2
-// @version 5.5.19
+// @version 5.5.20
3
// @description sakalWeb Information System v5 RESTful API documentation
// @termsOfService http://swagger.io/terms/
0 commit comments