aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2022-12-31 17:48:59 -0500
committerAdam Harrison <adamdharrison@gmail.com>2022-12-31 17:48:59 -0500
commitfb0b4bf82e3ea228f46946bb78f1771ea04c4cc1 (patch)
treefc4b74bb1f65011f03fc75dc4e4a7c4af82a09c0 /.github
parent52d0669b4546e528877a3530c4690670a17bf23c (diff)
downloadlite-xl-plugin-manager-fb0b4bf82e3ea228f46946bb78f1771ea04c4cc1.tar.gz
lite-xl-plugin-manager-fb0b4bf82e3ea228f46946bb78f1771ea04c4cc1.zip
Updated version number.v0.9
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
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