Skip to content

Commit 2811f38

Browse files
committed
🔖 Bump version
1 parent eca5593 commit 2811f38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
77
## name and version
88
##
99
project(cachyos-kernel-manager
10-
VERSION 1.16.1
10+
VERSION 1.17.0
1111
LANGUAGES CXX)
1212

1313

‎meson.build‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('cachyos-kernel-manager', 'cpp',
2-
version: '1.16.1',
2+
version: '1.17.0',
33
license: 'GPLv3',
44
meson_version: '>=0.59.0',
55
default_options: ['cpp_std=c++20',

0 commit comments

Comments
 (0)