We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ca2c5 commit 2db6028Copy full SHA for 2db6028
kube/bchd-deployment.yml
@@ -4,7 +4,7 @@ metadata:
4
namespace: default
5
labels:
6
service: bchd
7
- version: 0.16.5
+ version: 0.17.0
8
name: bchd
9
spec:
10
strategy:
version/version.go
@@ -17,8 +17,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
17
// versioning 2.0.0 spec (http://semver.org/).
18
const (
19
AppMajor uint = 0
20
- AppMinor uint = 16
21
- AppPatch uint = 5
+ AppMinor uint = 17
+ AppPatch uint = 0
22
23
// AppPreRelease MUST only contain characters from semanticAlphabet
24
// per the semantic versioning spec.
0 commit comments