Skip to content

Commit

Permalink
bump version: 0.3.3 → 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
akhy committed Dec 23, 2018
1 parent d034d81 commit 7291937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.3
current_version = 0.3.4
commit = True
tag = True
message = bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.3
0.3.4
2 changes: 1 addition & 1 deletion example/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: kube-annotate
image: docker.io/chickenzord/kube-annotate:v0.3.3
image: docker.io/chickenzord/kube-annotate:v0.3.4
imagePullPolicy: Always
env:
- name: TLS_ENABLED
Expand Down

0 comments on commit 7291937

Please sign in to comment.