From 6ae6866f3bb25178e2c59b176c1ea40aae0484a4 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Mon, 8 Jan 2024 13:21:53 -0500 Subject: [PATCH] fix incorrect version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e87df80..f7aa09b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_minimum_required(VERSION 3.15) project( actsim-cluster-agent - VERSION 0.0.2 + VERSION 0.0.1 DESCRIPTION "A cluster agent for the actsim simulator." )