diff --git a/CMakeLists.txt b/CMakeLists.txt index 49f099b..320a7f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project(breakhack C) set(breakhack_GAME_TITLE "BreakHack") set(breakhack_MAJOR_VERSION 0) set(breakhack_MINOR_VERSION 1) -set(breakhack_PATCH_VERSION 5) +set(breakhack_PATCH_VERSION 4) set(breakhack_RELEASE_TYPE "(early access)") include(FindLua) diff --git a/build/scripts/release_patch_version.sh b/build/scripts/release_patch_version.sh index 41e78a5..8d9c17a 100644 --- a/build/scripts/release_patch_version.sh +++ b/build/scripts/release_patch_version.sh @@ -15,5 +15,5 @@ git push # Create the tag git tag early-access-v$NEXT_VERSION -git push early-access-v$NEXT_VERSION +git push origin early-access-v$NEXT_VERSION