mirror of
https://github.com/hyprwm/hyprlang.git
synced 2024-11-16 18:25:57 +01:00
cmake: bump ver to 0.3.0
This commit is contained in:
parent
f5056f78d5
commit
335d0c65e1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
|
||||||
set(HYPRLANG_VERSION "0.2.1")
|
set(HYPRLANG_VERSION "0.3.0")
|
||||||
|
|
||||||
project(hyprlang
|
project(hyprlang
|
||||||
VERSION ${HYPRLANG_VERSION}
|
VERSION ${HYPRLANG_VERSION}
|
||||||
|
|
Loading…
Reference in a new issue