Skip to content

Commit ba17bf4

Browse files
authored
v0.8.5.11 - Hotfix 2 (#3648)
1 parent df11f5b commit ba17bf4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ body:
2525
- type: dropdown
2626
id: version
2727
attributes:
28-
label: Kavita Version Number - If you don not see your version number listed, please update Kavita and see if your issue still persists.
28+
label: Kavita Version Number - If you don't see your version number listed, please update Kavita and see if your issue still persists.
2929
multiple: false
3030
options:
31-
- 0.8.5.3 - Stable
31+
- 0.8.5.11 - Stable
3232
- Nightly Testing Branch
3333
validations:
3434
required: true

Kavita.Common/Kavita.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<TargetFramework>net9.0</TargetFramework>
44
<Company>kavitareader.com</Company>
55
<Product>Kavita</Product>
6-
<AssemblyVersion>0.8.5.10</AssemblyVersion>
6+
<AssemblyVersion>0.8.5.11</AssemblyVersion>
77
<NeutralLanguage>en</NeutralLanguage>
88
<InvariantGlobalization>true</InvariantGlobalization>
99
<TieredPGO>true</TieredPGO>
@@ -21,4 +21,4 @@
2121
</PackageReference>
2222
<PackageReference Include="xunit.assert" Version="2.9.3" />
2323
</ItemGroup>
24-
</Project>
24+
</Project>

0 commit comments

Comments
 (0)