Skip to content

Commit ff23879

Browse files
committed
feat: 0.7.1 version
1 parent 8312ec5 commit ff23879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.woodpecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
platforms: linux/amd64
1010
repo: openuem/openuem-console
1111
tags:
12-
- 0.7.0
12+
- 0.7.1
1313
- latest
1414
username:
1515
from_secret: docker_username

internal/common/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (w *Worker) GenerateConsoleConfigFromCLI(cCtx *cli.Context) error {
4949
w.Country = cCtx.String("country")
5050
w.ReverseProxyAuthPort = cCtx.String("reverse-proxy-auth-port")
5151
w.ReverseProxyServer = cCtx.String("reverse-proxy-server")
52-
w.Version = "0.7.0"
52+
w.Version = "0.7.1"
5353

5454
return nil
5555
}

0 commit comments

Comments
 (0)