Skip to content

Commit

Permalink
Bump to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Apr 9, 2018
1 parent 2ec86a3 commit 15b2c5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
image: gernest/vectypresent
tags:
- v0.1.5
- v0.1.6
- latest
manifests:
- image: gernest/vectypresent:v0.1.5-386
- image: gernest/vectypresent:v0.1.6-386
platform:
architecture: "386"
os: linux
- image: gernest/vectypresent:v0.1.5-amd64
- image: gernest/vectypresent:v0.1.6-amd64
platform:
architecture: amd64
os: linux
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
func main() {
a := cli.NewApp()
a.Name = "vectypresent"
a.Version = "v0.1.4"
a.Version = "v0.1.6"
a.Usage = "present with vecty frontend"
a.Commands = []cli.Command{
server.Command(),
Expand Down

0 comments on commit 15b2c5a

Please sign in to comment.