We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b086f8 commit 0964258Copy full SHA for 0964258
flags.go
@@ -17,7 +17,7 @@ var (
17
//FlagPublishEndpoint ...
18
FlagPublishEndpoint = flag.String("publish", "/publish", "the publish endpoint, just make it as secure as you can")
19
//Version ...
20
- Version = "2.0"
+ Version = "2.2"
21
//WebhookEvents ..
22
WebhookEvents = map[string]bool{}
23
)
0 commit comments