Skip to content

Commit 7bc5807

Browse files
update version in config
1 parent a5ba822 commit 7bc5807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
const (
1414
defaultMaxNumberOfRetries = 5
1515
defaultDelayIntervalMilliSecs = 1000
16-
version = "3.12.0"
16+
version = "3.12.1"
1717
defaultAPIURL = "https://api.gridscale.io"
1818
resourceActiveStatus = "active"
1919
requestDoneStatus = "done"

0 commit comments

Comments
 (0)