Skip to content

Commit

Permalink
Bumps version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tantalic committed Oct 4, 2016
1 parent 1abfcc3 commit a1b0fd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
app: website
spec:
containers:
- image: tantalic/bellinghamcodes-website:latest
- image: tantalic/bellinghamcodes-website:1.2.0
name: api
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type handleFunc func(w http.ResponseWriter, req *http.Request)

func main() {
app := cli.NewApp()
app.Version = "1.1.1"
app.Version = "1.2.0"
app.Usage = "bellingam.codes website"

app.Flags = []cli.Flag{
Expand Down

0 comments on commit a1b0fd0

Please sign in to comment.