Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kytrinyx committed Jan 21, 2016
1 parent 17e58b8 commit 1ed14b9
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 @@ -18,7 +18,7 @@ type ConfigError struct {
const (
// Version represents the latest released version of the project.
// Configlet follows semantic versioning.
Version = "1.0.2"
Version = "1.0.3"
)

var showVersion = flag.Bool("version", false, "output the version of the tool")
Expand Down

0 comments on commit 1ed14b9

Please sign in to comment.