From 166cf442a0d944a812c966a890e82811657fb45f Mon Sep 17 00:00:00 2001 From: Kenneth Carter Date: Sat, 15 Aug 2020 21:58:56 -0600 Subject: [PATCH] Update DotNetCore.yml --- .github/workflows/DotNetCore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DotNetCore.yml b/.github/workflows/DotNetCore.yml index 2aacae0..5c6e487 100644 --- a/.github/workflows/DotNetCore.yml +++ b/.github/workflows/DotNetCore.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest env: - VERSION: 1.0.0 + VERSION: 1.1.0 steps: - uses: actions/checkout@v2