From a7818ef33689157630709cdefb0a36590043d24d Mon Sep 17 00:00:00 2001 From: Alex McKinney Date: Wed, 15 Sep 2021 13:02:52 -0700 Subject: [PATCH] Update version to 1.0.0-rc1 (#13) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4886b12..e2e4dd6 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: inputs: version: description: 'The version of buf to setup.' - default: '0.56.0' + default: '1.0.0-rc1' runs: using: 'node12' main: './dist/main.js'