We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0367e15 commit ef912d0Copy full SHA for ef912d0
.github/workflows/release-pipeline.yaml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: Sapling
26
id: get_version
27
run: |
28
- VERSION=1.1.7
+ VERSION=1.1.8
29
echo "Application version: $VERSION"
30
echo "::set-output name=version::$VERSION"
31
Sapling/Sapling.csproj
@@ -7,9 +7,9 @@
7
<Nullable>enable</Nullable>
8
<ApplicationIcon>logo.ico</ApplicationIcon>
9
<Title>Sapling</Title>
10
- <AssemblyVersion>1.1.7.0</AssemblyVersion>
11
- <FileVersion>1.1.7.0</FileVersion>
12
- <Version>1.1.7.0</Version>
+ <AssemblyVersion>1.1.8.0</AssemblyVersion>
+ <FileVersion>1.1.8.0</FileVersion>
+ <Version>1.1.8.0</Version>
13
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
14
</PropertyGroup>
15
0 commit comments