Updated version number

This commit is contained in:
jakeg00dwin 2025-02-24 18:54:19 -08:00
parent 6d73b3f8aa
commit ce747adb9a

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
# Use the fancy version substitution # Use the fancy version substitution
project(main project(main
VERSION 0.3.0 VERSION 0.3.1
DESCRIPTION "template for cmake + cpputest" DESCRIPTION "template for cmake + cpputest"
LANGUAGES C CXX LANGUAGES C CXX
) )