Skip to content

Commit f6aa9f9

Browse files
committedMay 13, 2021
Bump version to 0.18.0
1 parent 06690af commit f6aa9f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎kube/bchd-deployment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
namespace: default
55
labels:
66
service: bchd
7-
version: 0.17.0
7+
version: 0.18.0
88
name: bchd
99
spec:
1010
strategy:

‎version/version.go

+2-2
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 = 17
21-
AppPatch uint = 1
20+
AppMinor uint = 18
21+
AppPatch uint = 0
2222

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

0 commit comments

Comments
 (0)