diff options
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fd47576..e673a75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ name: CI on: { push: { branches: [master] } } -env: { VERSION: "0.1" } +env: { VERSION: "0.9" } jobs: build_linux_windows: runs-on: ubuntu-latest |