Skip to content

Commit 59bf2b0

Browse files
committed
Updated version
1 parent 5b447da commit 59bf2b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/go-mock/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: go-mock
33
description: Helm Chart for the Go-Mock Application
44
type: application
5-
version: 0.1.6
6-
appVersion: "v0.5.2"
5+
version: 0.1.7
6+
appVersion: "v0.5.4"

go-mock/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
var (
1414
port = flag.String("p", "8080", "Port where the server will listen (default: 8080)")
15-
version = "0.5.2"
15+
version = "0.5.4"
1616
)
1717

1818
// Serve is called with loaded config by main func

0 commit comments

Comments
 (0)