Skip to content

Commit

Permalink
update version in config
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed May 19, 2023
1 parent a5ba822 commit 7bc5807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
const (
defaultMaxNumberOfRetries = 5
defaultDelayIntervalMilliSecs = 1000
version = "3.12.0"
version = "3.12.1"
defaultAPIURL = "https://api.gridscale.io"
resourceActiveStatus = "active"
requestDoneStatus = "done"
Expand Down

0 comments on commit 7bc5807

Please sign in to comment.