We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f063ffe + 048a6a0 commit 829079aCopy full SHA for 829079a
1 file changed
main.go
@@ -18,7 +18,7 @@ func main() {
18
app := cli.NewApp()
19
app.Name = "hookbot"
20
app.Usage = "turn webhooks into websockets"
21
- app.Version = "0.11.0"
+ app.Version = "0.12.0"
22
23
app.Flags = []cli.Flag{
24
cli.StringFlag{
0 commit comments