Skip to content

Commit

Permalink
bump 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ikeisuke committed May 10, 2017
1 parent cd93c0c commit d964e07
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 @@ -25,7 +25,7 @@ func main() {
app := cli.NewApp()
app.Name = "git-encrypt-agent"
app.Usage = "git enctyption key management agent"
app.Version = "0.1.1"
app.Version = "0.1.2"
app.Commands = []cli.Command{
{
Name: "start",
Expand Down

0 comments on commit d964e07

Please sign in to comment.