Bump version
This commit is contained in:
parent
02d7e2db65
commit
8afc641f0c
|
@ -1,3 +1,5 @@
|
|||
# v0.11.0-dev
|
||||
|
||||
# v0.10.3
|
||||
## Bugfix
|
||||
* slack: Allow bot tokens for now without warning (slack). Closes #140 (fixes user_is_bot message on channel join)
|
||||
|
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
version = "0.10.3"
|
||||
version = "0.11.0-dev"
|
||||
githash string
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue