Skip to content

Commit

Permalink
Released v1.2.0 (bench 3200702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timmoth committed Oct 10, 2024
1 parent 146ca12 commit 221346c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8
VERSION=1.2.0
echo "Application version: $VERSION"
echo "::set-output name=version::$VERSION"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Or challenge it on Lichess -> https://lichess.org/@/sapling-bot
## Releases
You can browse all windows, linux or mac releases [here](https://github.com/Timmoth/Sapling/releases)

### Latest Release [v1.1.8 07/10/2024](https://github.com/Timmoth/Sapling/releases/tag/Sapling-1.1.8)
### Latest Release [v1.2.0 10/10/2024](https://github.com/Timmoth/Sapling/releases/tag/Sapling-1.2.0)

## Requirements
- Sapling makes use of hardware intrinsics to improve performance. Currently your CPU must support: `Avx2`, `Bmi1`, `Bmi2`, `Popcnt`, `Sse`. Most modern hardware shipped after 2013 should be supported.
Expand Down
6 changes: 3 additions & 3 deletions src/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.8.0</AssemblyVersion>
<FileVersion>1.1.8.0</FileVersion>
<Version>1.1.8.0</Version>
<AssemblyVersion>1.2.0.0</AssemblyVersion>
<FileVersion>1.2.0.0</FileVersion>
<Version>1.2.0.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

Expand Down

0 comments on commit 221346c

Please sign in to comment.