Skip to content

Commit

Permalink
Tag 0.1.0-alpha.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
errordeveloper committed Jun 6, 2018
1 parent 14e3922 commit f321cfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.floating.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release: {name_template: "{{ .ProjectName }} 0.1.0-alpha.4"}
release: {name_template: "{{ .ProjectName }} 0.1.0-alpha.5"}

builds:
- main: ./cmd/eksctl
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.permalink.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release: {name_template: "{{ .ProjectName }} 0.1.0-alpha.4 (permalink)"}
release: {name_template: "{{ .ProjectName }} 0.1.0-alpha.5 (permalink)"}

builds:
- main: ./cmd/eksctl
Expand Down
2 changes: 1 addition & 1 deletion cmd/eksctl/version_release.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ package main
// this file was generated by version_generate.go
var builtAt = "" // will be set by goreleaser tool
var gitCommit = "" // will be set by goreleaser tool
var gitTag = "0.1.0-alpha.4"
var gitTag = "0.1.0-alpha.5"

0 comments on commit f321cfb

Please sign in to comment.