changed version number

This commit is contained in:
Jake Goodwin 2025-02-12 15:10:06 -08:00
parent 6296c9dfe6
commit 85228a2cb0
1 changed files with 1 additions and 1 deletions

View File

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