v0.8.5.11 - Hotfix 2 (#3648)

This commit is contained in:
Joe Milazzo 2025-03-17 14:24:53 -05:00 committed by GitHub
parent df11f5bac2
commit ba17bf483d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ body:
- type: dropdown - type: dropdown
id: version id: version
attributes: attributes:
label: Kavita Version Number - If you don not see your version number listed, please update Kavita and see if your issue still persists. label: Kavita Version Number - If you don't see your version number listed, please update Kavita and see if your issue still persists.
multiple: false multiple: false
options: options:
- 0.8.5.3 - Stable - 0.8.5.11 - Stable
- Nightly Testing Branch - Nightly Testing Branch
validations: validations:
required: true required: true

View File

@ -3,7 +3,7 @@
<TargetFramework>net9.0</TargetFramework> <TargetFramework>net9.0</TargetFramework>
<Company>kavitareader.com</Company> <Company>kavitareader.com</Company>
<Product>Kavita</Product> <Product>Kavita</Product>
<AssemblyVersion>0.8.5.10</AssemblyVersion> <AssemblyVersion>0.8.5.11</AssemblyVersion>
<NeutralLanguage>en</NeutralLanguage> <NeutralLanguage>en</NeutralLanguage>
<InvariantGlobalization>true</InvariantGlobalization> <InvariantGlobalization>true</InvariantGlobalization>
<TieredPGO>true</TieredPGO> <TieredPGO>true</TieredPGO>