From 195116d1deb8fb25973a29376497a9f4c8ccbec3 Mon Sep 17 00:00:00 2001 From: RickyRister <42636155+RickyRister@users.noreply.github.com> Date: Sun, 6 Apr 2025 03:27:11 -0700 Subject: [PATCH] Bump to 2.11.0 for beta releases (#5796) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 440dc2571..29ee84798 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,7 +74,7 @@ endif() # A project name is needed for CPack # Version can be overriden by git tags, see cmake/getversion.cmake -project("Cockatrice" VERSION 2.10.2) +project("Cockatrice" VERSION 2.11.0) # Set release name if not provided via env/cmake var if(NOT DEFINED GIT_TAG_RELEASENAME)