Skip to content

Commit a3a63fd

Browse files
committed
increment version number
1 parent a1e2cdc commit a3a63fd

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
"github.com/celestix/gotgproto/storage"
2626
)
2727

28-
const VERSION = "v1.0.0-beta18"
28+
const VERSION = "v1.0.0-beta19"
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)