From 225a42ada139c3b722c1a4736ba23d7aaec5ffba Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 17 Mar 2025 19:44:34 -0400 Subject: [PATCH] Bump version to 0.7.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d79753b..af1b5ce 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 cmake_minimum_required(VERSION 3.25) -project(Astra VERSION 0.6.0 LANGUAGES CXX) +project(Astra VERSION 0.7.0 LANGUAGES CXX) # build options used for distributors option(BUILD_FLATPAK "Build for Flatpak." OFF)