Skip to content

Commit 87e4c5c

Browse files
committed
Bump version to 0.16.4
1 parent eed4a52 commit 87e4c5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kube/bchd-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
namespace: default
55
labels:
66
service: bchd
7-
version: 0.16.0
7+
version: 0.16.4
88
name: bchd
99
spec:
1010
strategy:

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1818
const (
1919
AppMajor uint = 0
2020
AppMinor uint = 16
21-
AppPatch uint = 3
21+
AppPatch uint = 4
2222

2323
// AppPreRelease MUST only contain characters from semanticAlphabet
2424
// per the semantic versioning spec.

0 commit comments

Comments
 (0)