diff --git a/service/run-config/prod/src/main/resources/supply-server.yaml b/service/run-config/prod/src/main/resources/supply-server.yaml index 948d5cf..622cd8b 100644 --- a/service/run-config/prod/src/main/resources/supply-server.yaml +++ b/service/run-config/prod/src/main/resources/supply-server.yaml @@ -151,4 +151,4 @@ authScheme: v3 fileServiceDomain: api.topcoder.com # Api version -apiVersion: v3.0.0-BETA \ No newline at end of file +apiVersion: v3 \ No newline at end of file diff --git a/service/run-config/qa/src/main/resources/supply-server.yaml b/service/run-config/qa/src/main/resources/supply-server.yaml index d4c1480..0fb2bbe 100644 --- a/service/run-config/qa/src/main/resources/supply-server.yaml +++ b/service/run-config/qa/src/main/resources/supply-server.yaml @@ -151,4 +151,4 @@ authScheme: v3 fileServiceDomain: api.topcoder-qa.com # Api version -apiVersion: v3.0.0 \ No newline at end of file +apiVersion: v3 \ No newline at end of file