update version to 3.1.0 for subsequent beta releases (#6921)

This commit is contained in:
ebbit1q 2026-05-22 01:35:01 +02:00 committed by GitHub
parent 6faa0d54e3
commit a9003be30f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 3.0.1)
project("Cockatrice" VERSION 3.1.0)
# Set release name if not provided via env/cmake var
if(NOT DEFINED GIT_TAG_RELEASENAME)