diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 17:48:59 -0500 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2022-12-31 17:48:59 -0500 |
commit | fb0b4bf82e3ea228f46946bb78f1771ea04c4cc1 (patch) | |
tree | fc4b74bb1f65011f03fc75dc4e4a7c4af82a09c0 | |
parent | 52d0669b4546e528877a3530c4690670a17bf23c (diff) | |
download | lite-xl-plugin-manager-fb0b4bf82e3ea228f46946bb78f1771ea04c4cc1.tar.gz lite-xl-plugin-manager-fb0b4bf82e3ea228f46946bb78f1771ea04c4cc1.zip |
Updated version number.v0.9
-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 |