From 9b089057f89b7132177650ea154c8d25d468abb2 Mon Sep 17 00:00:00 2001 From: Alex McKinney Date: Wed, 15 Sep 2021 10:03:11 -0700 Subject: [PATCH] Update version to 1.0.0-rc1 --- 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'