diff --git a/client.go b/client.go index 9b077bf..dd08142 100644 --- a/client.go +++ b/client.go @@ -25,7 +25,7 @@ import ( "go.uber.org/zap" ) -const VERSION = "v1.0.0-beta17" +const VERSION = "v1.0.0-beta18" type Client struct { // Dispatcher handlers the incoming updates and execute mapped handlers. It is recommended to use dispatcher.MakeDispatcher function for this field.