diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 3e27022..f3a1023 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.0a6" - "0.11.0a5" - "0.11.0a4" - "0.11.0a3" diff --git a/CMakeLists.txt b/CMakeLists.txt index f4d650a..f010af2 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 "a5") +set(VERSION_SUFFIX "a6") set(VERSION_COMMIT "00000000") # Check if we are in a git repository.