From 112d0e9b581c70f5a258eb06853d041fb190774f Mon Sep 17 00:00:00 2001 From: Van Thong Nguyen Date: Fri, 17 May 2024 12:14:29 +0200 Subject: [PATCH] update version 3.14.2 in config --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"