Skip to content

Commit

Permalink
Bump app version
Browse files Browse the repository at this point in the history
  • Loading branch information
mapitman committed Nov 2, 2018
1 parent 52b0af8 commit 4d35e45
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 @@ -13,7 +13,7 @@ import (
"github.com/pkg/browser"
)

const appVersion = "1.1.0"
const appVersion = "1.2.0"

func main() {
var outfilePtr = flag.String("o", "", "Output filename. (Optional)")
Expand Down

0 comments on commit 4d35e45

Please sign in to comment.