We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 002ec99 commit 1ce20caCopy full SHA for 1ce20ca
‎CMakeLists.txt
@@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
7
## name and version
8
##
9
project(cachyos-kernel-manager
10
- VERSION 1.13.5
+ VERSION 1.13.6
11
LANGUAGES CXX)
12
13
‎meson.build
@@ -1,5 +1,5 @@
1
project('cachyos-kernel-manager', 'cpp',
2
- version: '1.13.5',
+ version: '1.13.6',
3
license: 'GPLv3',
4
meson_version: '>=0.59.0',
5
default_options: ['cpp_std=c++20',
0 commit comments