Skip to content

Commit

Permalink
Merge pull request #46 from davidducos/patch-1
Browse files Browse the repository at this point in the history
Update the version number
  • Loading branch information
Tusamarco authored Jan 9, 2022
2 parents 9f35874 + f0523bd commit 96b0bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pxc_scheduler_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
const (
Separator = string(os.PathSeparator)
)
pxcSchedulerHandlerVersion := "1.0.0"
pxcSchedulerHandlerVersion := "1.3.1"
var daemonLoopWait = 0
var daemonLoop = 0
//var lockId string //LockId is compose by clusterID_HG_W_HG_R
Expand Down

0 comments on commit 96b0bd2

Please sign in to comment.