From a6801d4776e0e8289c0a57a17bc5f9227d237972 Mon Sep 17 00:00:00 2001 From: Martin Evald Date: Tue, 25 Jul 2023 16:30:26 +0200 Subject: [PATCH] Version 0.1.1-alpha --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71b541b..7161308 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ making a new subfolder called \"build/\" is recommended)." endif() project(via - VERSION 0.1.0 + VERSION 0.1.1 DESCRIPTION "Embeddable Via interpreter" ) include(CTest)