Bump version to v0.5.

This commit is contained in:
2026-03-16 21:55:33 +01:00
parent 2e5e37b0a5
commit 1f3674b266
2 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.10)
project(SpaceShipSim C)
set(TARGET_NAME "spaceshipsim")
set(TARGET_VERSION "0.4")
set(TARGET_VERSION "0.5")
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "release")