Skip to content

Commit 2db6028

Browse files
committed
Bump version to 0.17.0
1 parent e6ca2c5 commit 2db6028

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5
7+
version: 0.17.0
88
name: bchd
99
spec:
1010
strategy:

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
1717
// versioning 2.0.0 spec (http://semver.org/).
1818
const (
1919
AppMajor uint = 0
20-
AppMinor uint = 16
21-
AppPatch uint = 5
20+
AppMinor uint = 17
21+
AppPatch uint = 0
2222

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

0 commit comments

Comments
 (0)