We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850105c commit 02ddb9eCopy full SHA for 02ddb9e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "polymesh-rest-api",
3
- "version": "5.0.0",
+ "version": "5.1.0-alpha.1",
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');
+ .setVersion('5.1.0-alpha.1');
51
52
const configService = app.get<ConfigService>(ConfigService);
53
0 commit comments