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 5b447da commit 59bf2b0Copy full SHA for 59bf2b0
charts/go-mock/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: go-mock
3
description: Helm Chart for the Go-Mock Application
4
type: application
5
-version: 0.1.6
6
-appVersion: "v0.5.2"
+version: 0.1.7
+appVersion: "v0.5.4"
go-mock/server.go
@@ -12,7 +12,7 @@ import (
12
13
var (
14
port = flag.String("p", "8080", "Port where the server will listen (default: 8080)")
15
- version = "0.5.2"
+ version = "0.5.4"
16
)
17
18
// Serve is called with loaded config by main func
0 commit comments