flake, meson: manually update version

version update workflow: temporarily disable running on push
This commit is contained in:
Mihai Fufezan 2022-06-24 19:48:11 +03:00
parent 94e8234ac9
commit e95e01416e
No known key found for this signature in database
GPG key ID: 5899325F2F120900
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
project('Hyprland', 'cpp', 'c',
version : '',
version : '0.6.0beta',
default_options : ['warning_level=3', 'cpp_std=c++20', 'default_library=static'])
wlroots = subproject('wlroots', default_options: ['examples=false'])