diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index aa70049..6c6e3df 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -34,6 +34,7 @@ body: label: "StreamFX Version" description: "On which StreamFX version did you first encounter this issue?" options: + - "0.11.0b1" - "0.11.0a8" - "0.11.0a7" - "0.11.0a6" diff --git a/CMakeLists.txt b/CMakeLists.txt index 43b6193..352f569 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ set(VERSION_MAJOR 0) set(VERSION_MINOR 11) set(VERSION_PATCH 0) set(VERSION_TWEAK 0) -set(VERSION_SUFFIX "a8") +set(VERSION_SUFFIX "b1") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.