Skip to content

Commit 829079a

Browse files
authored
Merge pull request #110 from sensiblecodeio/bump-version-0.12.0
Bump version to v0.12.0
2 parents f063ffe + 048a6a0 commit 829079a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func main() {
1818
app := cli.NewApp()
1919
app.Name = "hookbot"
2020
app.Usage = "turn webhooks into websockets"
21-
app.Version = "0.11.0"
21+
app.Version = "0.12.0"
2222

2323
app.Flags = []cli.Flag{
2424
cli.StringFlag{

0 commit comments

Comments
 (0)