Skip to content

Commit eb1baac

Browse files
Update version to 3.14.1
1 parent f12ebdb commit eb1baac

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.14.0"
16+
version = "3.14.1"
1717
defaultAPIURL = "https://api.gridscale.io"
1818
resourceActiveStatus = "active"
1919
requestDoneStatus = "done"

0 commit comments

Comments
 (0)