We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b332bf4 commit 8d8f0afCopy full SHA for 8d8f0af
packages/clients/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@scaleway/sdk",
3
- "version": "2.0.0-alpha.15",
+ "version": "2.0.0-alpha.16",
4
"license": "Apache-2.0",
5
"description": "Scaleway SDK.",
6
"keywords": [
packages/clients/src/scw/constants.ts
@@ -1,3 +1,3 @@
-export const version = 'v2.0.0-alpha.15'
+export const version = 'v2.0.0-alpha.16'
export const userAgent = `scaleway-sdk-js/${version}`
0 commit comments