diff --git a/package.json b/package.json index aedc03e3..c93a1f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polymesh-private-rest-api", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "Provides a REST like interface for interacting with the Polymesh Private blockchain", "author": "Polymesh Association", "private": true, diff --git a/src/main.ts b/src/main.ts index da25598b..0c1e875e 100644 --- a/src/main.ts +++ b/src/main.ts @@ -49,7 +49,7 @@ async function bootstrap(): Promise { const options = new DocumentBuilder() .setTitle(swaggerTitle) .setDescription(swaggerDescription) - .setVersion('1.0.0-alpha.6'); + .setVersion('1.0.0-alpha.7'); const configService = app.get(ConfigService);