Skip to content

Commit

Permalink
Bump main.go version
Browse files Browse the repository at this point in the history
  • Loading branch information
antonlindstrom committed Jul 26, 2020
1 parent dc5d3f9 commit e45bf36
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 @@ func main() {
app := cli.NewApp()
app.Name = "envdo"
app.Usage = "Manage environment variables efficiently."
app.Version = "0.1.1"
app.Version = "0.1.4"
app.Author = "Anton Lindstrom"

homeDir, err := homedir.Dir()
Expand Down

0 comments on commit e45bf36

Please sign in to comment.