diff --git a/config.go b/config.go index 46aa98d..a69676a 100644 --- a/config.go +++ b/config.go @@ -13,7 +13,7 @@ import ( const ( defaultMaxNumberOfRetries = 5 defaultDelayIntervalMilliSecs = 1000 - version = "3.15.0" + version = "3.16.0" defaultAPIURL = "https://api.gridscale.io" resourceActiveStatus = "active" requestDoneStatus = "done"