Skip to content

Commit 9e86bfa

Browse files
committed
Bump app version.
1 parent ff5a111 commit 9e86bfa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
- name: Create Release
7878
uses: ncipollo/release-action@v1.14.0
7979
with:
80-
tag: v1.5.1.1
80+
tag: v1.5.1.2
8181
artifacts: "artifacts/**"
8282
artifactContentType: application/octet-stream

Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
6-
<Version>1.5.1.1</Version>
6+
<Version>1.5.1.2</Version>
77
<FileVersion>$([System.DateTime]::Now.ToString('yyyyMMddHH'))</FileVersion>
88
<Author>Dom</Author>
99
<ImplicitUsings>enable</ImplicitUsings>

0 commit comments

Comments
 (0)