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

This commit is contained in:
2026-04-24 15:18:10 +03:00
parent 53094ec472
commit 522704ff3d
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.0 LANGUAGES CXX)
project(shinoa VERSION 0.1.1 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)