Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minamijoyo committed Nov 18, 2020
1 parent 3d0cf20 commit 6be0d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

// Version is a version number.
var version = "0.2.0-dev"
var version = "0.2.0"

func main() {
log.SetOutput(logOutput())
Expand Down

0 comments on commit 6be0d73

Please sign in to comment.