Skip to content

Commit

Permalink
Merge pull request #54 from replicatedhq/fix-version-output
Browse files Browse the repository at this point in the history
fix 'replicated version' output
  • Loading branch information
laverya authored Jul 8, 2019
2 parents 79f933d + 33ce6f7 commit 57adee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ builds:
- "386"
main: cli/main.go
ldflags: -s -w
-X github.com/replicatedhq/ship/pkg/version.version={{.Version}}
-X github.com/replicatedhq/ship/pkg/version.gitSHA={{.FullCommit}}
-X github.com/replicatedhq/ship/pkg/version.buildTime={{.Date}}
-X github.com/replicatedhq/replicated/pkg/version.version={{.Version}}
-X github.com/replicatedhq/replicated/pkg/version.gitSHA={{.FullCommit}}
-X github.com/replicatedhq/replicated/pkg/version.buildTime={{.Date}}
binary: replicated
hooks: {}
archive:
Expand Down

0 comments on commit 57adee8

Please sign in to comment.