Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix committed Dec 8, 2024
1 parent a1e2cdc commit a3a63fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/celestix/gotgproto/storage"
)

const VERSION = "v1.0.0-beta18"
const VERSION = "v1.0.0-beta19"

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

0 comments on commit a3a63fd

Please sign in to comment.