Skip to content

Commit

Permalink
🔖 Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vnepogodin committed Jan 27, 2022
1 parent b5bf22a commit e2f2c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
## name and version
##
project(cachyos-kernel-manager
VERSION 0.9.0
VERSION 0.9.1
LANGUAGES CXX)


Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cachyos-kernel-manager', 'cpp',
version: '0.9.0',
version: '0.9.1',
license: 'GPLv3',
meson_version: '>=0.59.0',
default_options: ['cpp_std=c++20',
Expand Down

0 comments on commit e2f2c9c

Please sign in to comment.