diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 3f54c1fe42c..a5b3f98e8fa 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -42,6 +42,7 @@ Please add X in at least one of the boxes as appropriate. In order for an issue --> * [ ] 10.00.00 alpha build * [ ] 09.11.00 release candidate +* [ ] 09.11.00 release candidate * [ ] 09.10.02 release candidate * [ ] 09.10.01 latest supported release diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 99010130f51..e1dfde763f6 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -13,6 +13,6 @@ [assembly: AssemblyProduct("https://dnncommunity.org")] [assembly: AssemblyCopyright("DNN Platform is copyright 2002-2020 by .NET Foundation. All Rights Reserved.")] [assembly: AssemblyTrademark("DNN")] -[assembly: AssemblyVersion("9.11.0")] +[assembly: AssemblyVersion("9.11.0.0")] [assembly: AssemblyFileVersion("9.11.0.0")] -[assembly: AssemblyInformationalVersion("9.11.0 Custom build")] +[assembly: AssemblyInformationalVersion("9.11.0.0 Custom build")]