Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sonmezonur committed Jan 24, 2020
1 parent 2ca872c commit 3db868a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version

// GitSummary will be the output of "git describe --tags --dirty --always"
// For release builds, manually edit this to reflect the released version tag.
const GitSummary = "v0.6.0"
const GitSummary = "v0.6.2"

// GitBranch will be the output of "git symbolic-ref -q --short HEAD"
// For release builds this should be left empty.
Expand Down

0 comments on commit 3db868a

Please sign in to comment.