Skip to content

Commit 1a8614c

Browse files
committed
feat: bump version to v0.12.0
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
1 parent d920689 commit 1a8614c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cmake_minimum_required(VERSION 3.16.6)
22

33
set(PROJECT_VERSION_MAJOR 0)
4-
set(PROJECT_VERSION_MINOR 11)
5-
set(PROJECT_VERSION_PATCH 1) # delete endsWith strs when master merge dev
4+
set(PROJECT_VERSION_MINOR 12)
5+
set(PROJECT_VERSION_PATCH 0) # delete endsWith strs when master merge dev
66

77
project(algorithm_template
88
DESCRIPTION "Template for Algorithm Based on C++11 and Modern CMake"

0 commit comments

Comments
 (0)