Skip to content

Commit

Permalink
increment the version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
celestix authored Apr 30, 2024
1 parent ddd427d commit a957bbc
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 (
"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.
Expand Down

0 comments on commit a957bbc

Please sign in to comment.