[gha] bump flake and meson version

This commit is contained in:
fufexan 2022-06-24 16:45:11 +00:00 committed by github-actions[bot]
parent c78b811b49
commit 94e8234ac9
2 changed files with 2 additions and 2 deletions

View file

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