diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 954f5d036ab..834d1ec1111 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -31,3 +31,4 @@ Checklist * [ ] Test * [ ] Self-review * [ ] Documentation +* [ ] (neo4j-arc) Manually bump version diff --git a/src/neo4j-arc/package.json b/src/neo4j-arc/package.json index f1614469ee3..44d00793953 100644 --- a/src/neo4j-arc/package.json +++ b/src/neo4j-arc/package.json @@ -1,6 +1,6 @@ { "name": "neo4j-devtools-arc", - "version": "0.0.49", + "version": "0.0.50", "main": "dist/neo4j-arc.js", "author": "Neo4j Inc.", "license": "GPL-3.0",