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