Bump version to 0.1.2
All checks were successful
Release App / release-app (push) Successful in 48s

This commit is contained in:
2026-04-26 12:56:24 +03:00
parent fcb92e584c
commit 063e12a996
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21)
project(shinoa VERSION 0.1.1 LANGUAGES CXX)
project(shinoa VERSION 0.1.2 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)