update version number after update (#6853)

This commit is contained in:
ebbit1q 2026-05-09 02:40:39 +02:00 committed by GitHub
parent f7eeaeddcb
commit 2c51054e77
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.0)
project("Cockatrice" VERSION 3.0.1)
# Set release name if not provided via env/cmake var
if(NOT DEFINED GIT_TAG_RELEASENAME)