From e76913f5089efd97214d0651aa9b60812d583771 Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Thu, 19 Jan 2023 17:46:10 +0100 Subject: [PATCH] REL: Prepare the next release cycle --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39d1bdf..f662741 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required(VERSION 3.13) -set(CAOSDB_PROTO_VERSION 0.3.0) +set(CAOSDB_PROTO_VERSION 0.3.1) project("caosdb-proto" VERSION ${CAOSDB_PROTO_VERSION} -- GitLab