Skip to content

Commit fac3274

Browse files
committed
add v5 version to module path
1 parent 78597cf commit fac3274

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
APP_NAME=swis-api
66
APP_ROOT=/opt/${APP_NAME}
77
APP_URLS_TRAEFIK=`swis-api.example.com`,`localhost`
8-
APP_VERSION=5.4.4
8+
APP_VERSION=5.4.5
99

1010

1111
#

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module go.savla.dev/swis
1+
module go.savla.dev/swis/v5
22

33
go 1.20
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @title swis-api v5
2-
// @version 5.4.4
2+
// @version 5.4.5
33
// @description sakalWeb Information System v5 RESTful API documentation
44
// @termsOfService http://swagger.io/terms/
55

0 commit comments

Comments
 (0)