diff --git a/action.yml b/action.yml index 1db5e37..d863bc0 100644 --- a/action.yml +++ b/action.yml @@ -26,4 +26,4 @@ outputs: runs: using: 'docker' - image: 'docker://ghcr.io/paritytech/review-bot/action:0.0.1' + image: 'docker://ghcr.io/paritytech/review-bot/action:1.0.0' diff --git a/package.json b/package.json index 11e8052..daf1c6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "review-bot", - "version": "0.0.1", + "version": "1.0.0", "description": "Have custom review rules for PRs with auto assignment", "main": "src/index.ts", "scripts": {