From 96a5ddc99bc43a841d86f6f893bdbd4f3af4fde6 Mon Sep 17 00:00:00 2001 From: "John Q. Herman" Date: Fri, 3 Jul 2026 17:55:12 -0400 Subject: [PATCH] chore: bump version to 1.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69d2414..968e231 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(OpenMix - VERSION 1.0.1 + VERSION 1.0.2 DESCRIPTION "Stage mixing software for live theatre that lets engineers program, automate, and run cues seamlessly across 30+ digital mixing consoles" LANGUAGES CXX )