diff --git a/config.go b/config.go index 9d497d8..c403b7c 100644 --- a/config.go +++ b/config.go @@ -13,7 +13,7 @@ import ( const ( defaultMaxNumberOfRetries = 5 defaultDelayIntervalMilliSecs = 1000 - version = "3.14.1" + version = "3.14.2" defaultAPIURL = "https://api.gridscale.io" resourceActiveStatus = "active" requestDoneStatus = "done"