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 eed4a52 commit 87e4c5cCopy full SHA for 87e4c5c
kube/bchd-deployment.yml
@@ -4,7 +4,7 @@ metadata:
4
namespace: default
5
labels:
6
service: bchd
7
- version: 0.16.0
+ version: 0.16.4
8
name: bchd
9
spec:
10
strategy:
version/version.go
@@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
18
const (
19
AppMajor uint = 0
20
AppMinor uint = 16
21
- AppPatch uint = 3
+ AppPatch uint = 4
22
23
// AppPreRelease MUST only contain characters from semanticAlphabet
24
// per the semantic versioning spec.
0 commit comments