We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff5d42 commit 6f72944Copy full SHA for 6f72944
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "polymesh-rest-api",
3
- "version": "5.0.0-alpha.11",
+ "version": "5.0.0-alpha.12",
4
"description": "Provides a REST like interface for interacting with the Polymesh blockchain",
5
"author": "Polymesh Association",
6
"private": true,
src/main.ts
@@ -47,7 +47,7 @@ async function bootstrap(): Promise<void> {
47
const options = new DocumentBuilder()
48
.setTitle(swaggerTitle)
49
.setDescription(swaggerDescription)
50
- .setVersion('5.0.0-alpha.11');
+ .setVersion('5.0.0-alpha.12');
51
52
const configService = app.get<ConfigService>(ConfigService);
53
0 commit comments