Skip to content

Commit 1ce20ca

Browse files
committed
🔖 Bump version
1 parent 002ec99 commit 1ce20ca

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.13.5
10+
VERSION 1.13.6
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.13.5',
2+
version: '1.13.6',
33
license: 'GPLv3',
44
meson_version: '>=0.59.0',
55
default_options: ['cpp_std=c++20',

0 commit comments

Comments
 (0)