Skip to content

Commit d03cfbe

Browse files
Bump version to 5.3.9
1 parent 09b7fc1 commit d03cfbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
workflow_dispatch:
1212

1313
env:
14-
SHARPHOOK_VERSION: v5.3.8
14+
SHARPHOOK_VERSION: v5.3.9
1515
DOTNET_VERSION: 8.0.x
1616

1717
jobs:

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<Version>5.3.8</Version>
13+
<Version>5.3.9</Version>
1414
<Authors>Tolik Pylypchuk</Authors>
1515
<Company>Tolik Pylypchuk</Company>
1616
<Product>SharpHook</Product>

docs/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"template"
7777
],
7878
"sitemap": {
79-
"baseUrl": "https://sharphook.tolik.io/v5.3.8/"
79+
"baseUrl": "https://sharphook.tolik.io/v5.3.9/"
8080
},
8181
"postProcessors": [ "ExtractSearchIndex" ],
8282
"markdownEngineName": "markdig",

0 commit comments

Comments
 (0)