Skip to content

Commit

Permalink
Tagging v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmersnoeck committed Jan 3, 2018
1 parent bd77cff commit 633dfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion credentials-controller.yml
Expand Up @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: credentials-controller
image: manifoldco/kubernetes-credentials:v0.0.4
image: manifoldco/kubernetes-credentials:v0.1.0
env:
- name: MANIFOLD_API_TOKEN
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Expand Up @@ -2,4 +2,4 @@ package main

// Version is the version of the controller. This gets automatically updated
// when we run `make release`.
const Version = "0.0.4"
const Version = "0.1.0"

0 comments on commit 633dfa3

Please sign in to comment.