diff --git a/.github/workflows/agent_governance.yml b/.github/workflows/agent_governance.yml index 2a6733c5c6..c495dd74c1 100644 --- a/.github/workflows/agent_governance.yml +++ b/.github/workflows/agent_governance.yml @@ -6,7 +6,7 @@ on: permissions: contents: read - pull-requests: read + pull-requests: write issues: write jobs: diff --git a/source/source_base/version.h b/source/source_base/version.h index c65be5eb04..c5ab344f36 100644 --- a/source/source_base/version.h +++ b/source/source_base/version.h @@ -1,3 +1,3 @@ #ifndef VERSION -#define VERSION "v3.11.0-beta.5" +#define VERSION "v3.11.0-beta6" #endif