Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cbednarski committed Feb 19, 2018
1 parent 1e3afd4 commit 4f98a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hostess/hostess.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
app.Name = "hostess"
app.Authors = []cli.Author{{Name: "Chris Bednarski", Email: "banzaimonkey@gmail.com"}}
app.Usage = help
app.Version = "0.2.1"
app.Version = "0.3.0"

app.Flags = []cli.Flag{
cli.BoolFlag{
Expand Down

0 comments on commit 4f98a9f

Please sign in to comment.