Skip to content

Commit

Permalink
Bump version to 0.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Jul 24, 2020
1 parent 5a24f00 commit bbd130d
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.4
version: 0.16.5
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 = 4
AppPatch uint = 5

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

0 comments on commit bbd130d

Please sign in to comment.