Skip to content

Commit fb25abf

Browse files
committed
change gotgproto version
1 parent e010c59 commit fb25abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"go.uber.org/zap"
2626
)
2727

28-
const VERSION = "v1.0.0-beta20"
28+
const VERSION = "v1.0.0-beta20.1"
2929

3030
type Client struct {
3131
// Dispatcher handlers the incoming updates and execute mapped handlers. It is recommended to use dispatcher.MakeDispatcher function for this field.

0 commit comments

Comments
 (0)