Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PatKoperwas committed Feb 2, 2018
1 parent 8dcea1e commit 575753c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ builds:
- linux
goarch:
- amd64
ldflags: -s -w -X github.com/devlocker/tychus/cmd.version={{.Version}}
ldflags: -s -w

brew:
github:
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/spf13/cobra"
)

var version = "master"
var version = "0.5.1"

var appPort int
var debug bool
Expand Down

0 comments on commit 575753c

Please sign in to comment.