Skip to content

Commit

Permalink
Bump version (#15)
Browse files Browse the repository at this point in the history
Version 0.2.1 was released without changing this value. After changing this, I will create a new release that fixes the discordance.
  • Loading branch information
aruiz14 authored Oct 29, 2018
1 parent 0d086ae commit 474b3e3
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 @@ -7,7 +7,7 @@ import (
"github.com/bitnami/gonit/cmd"
)

var version = "0.2.0"
var version = "0.2.2"
var buildDate = ""
var commit = ""

Expand Down

0 comments on commit 474b3e3

Please sign in to comment.