Skip to content

Commit

Permalink
Merge pull request #7 from halseth/semantic-versioning
Browse files Browse the repository at this point in the history
bump version to v0.7.1
  • Loading branch information
halseth authored Jul 15, 2020
2 parents 41fd7b0 + ab2526e commit 1bfcffa
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 @@ -15,7 +15,7 @@ import (
)

const toolName = "falafel"
const version = "0.7"
const version = "0.7.1"

var versionString = fmt.Sprintf("%s %s", toolName, version)

Expand Down

0 comments on commit 1bfcffa

Please sign in to comment.