Skip to content

Commit

Permalink
release: bump verison 1.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
jehiah committed Dec 29, 2016
1 parent c7623b5 commit 124de66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/binary.go
Expand Up @@ -5,7 +5,7 @@ import (
"runtime"
)

const Binary = "0.3.8"
const Binary = "1.0.0-alpha"

func String(app string) string {
return fmt.Sprintf("%s v%s (built w/%s)", app, Binary, runtime.Version())
Expand Down

0 comments on commit 124de66

Please sign in to comment.