diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index f3a10239..efce2dcf 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.0a7" - "0.11.0a6" - "0.11.0a5" - "0.11.0a4" diff --git a/CMakeLists.txt b/CMakeLists.txt index 3342c801..7f64f738 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 "a6") +set(VERSION_SUFFIX "a7") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.