build: release v0.4.0

Signed-off-by: Ronald Caesar <github43132@proton.me>
This commit is contained in:
Ronald Caesar
2026-01-18 19:14:58 -04:00
parent 7da598c273
commit 3274568415

View File

@@ -8,7 +8,7 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug)
endif()
project(Ballistic LANGUAGES C VERSION 0.3.0)
project(Ballistic LANGUAGES C VERSION 0.4.0)
# option(BALLISTIC_ENABLE_CPU_FEATURE_DETECTION "Makes Ballistic able to detect CPU features of the host" ON)