Skip to content

Commit e7ee5a0

Browse files
committed
chore: fix version info
1 parent 6f0ddcf commit e7ee5a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.20)
2-
project(SudokuSolver VERSION 1.0.1 LANGUAGES CXX)
2+
project(SudokuSolver VERSION 1.0.2 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)