Skip to content

Commit

Permalink
Merge pull request runatlantis#127 from hootsuite/version
Browse files Browse the repository at this point in the history
Bump version to 0.1.1
  • Loading branch information
lkysow authored Aug 16, 2017
2 parents ba15506 + d6bf604 commit bb9d265
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 @@ -6,6 +6,6 @@ import (
)

func main() {
viper.Set("version", "0.1.0")
viper.Set("version", "0.1.1")
cmd.Execute()
}

0 comments on commit bb9d265

Please sign in to comment.