Bump version to 0.3.0

This commit is contained in:
Craig Peterson 2019-05-07 12:58:52 -04:00
parent 102bee8959
commit ebe00625a3
No known key found for this signature in database
GPG key ID: 1FB135D7CFCDDE89

View file

@ -24,7 +24,7 @@ func main() {
// Update the number here manually each release, so at least we have a range for go-get people.
var (
SHA = ""
Version = "0.2.8"
Version = "0.3.0"
BuildTime = ""
)