Skip to content

Commit

Permalink
Bump version to 0.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Jul 6, 2020
1 parent eed4a52 commit 87e4c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kube/bchd-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
namespace: default
labels:
service: bchd
version: 0.16.0
version: 0.16.4
name: bchd
spec:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
AppMajor uint = 0
AppMinor uint = 16
AppPatch uint = 3
AppPatch uint = 4

// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down

0 comments on commit 87e4c5c

Please sign in to comment.