Skip to content

Commit

Permalink
Released v1.1.8 (bench 4894702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmoth committed Oct 7, 2024
1 parent 0367e15 commit ef912d0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: Sapling
id: get_version
run: |
VERSION=1.1.7
VERSION=1.1.8
echo "Application version: $VERSION"
echo "::set-output name=version::$VERSION"
Expand Down
6 changes: 3 additions & 3 deletions Sapling/Sapling.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<Nullable>enable</Nullable>
<ApplicationIcon>logo.ico</ApplicationIcon>
<Title>Sapling</Title>
<AssemblyVersion>1.1.7.0</AssemblyVersion>
<FileVersion>1.1.7.0</FileVersion>
<Version>1.1.7.0</Version>
<AssemblyVersion>1.1.8.0</AssemblyVersion>
<FileVersion>1.1.8.0</FileVersion>
<Version>1.1.8.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit ef912d0

Please sign in to comment.