diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml
index cdec285..7afe9ef 100644
--- a/.github/workflows/release-pipeline.yaml
+++ b/.github/workflows/release-pipeline.yaml
@@ -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"
diff --git a/README.md b/README.md
index a205ef4..a7e3934 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/src/Sapling/Sapling.csproj b/src/Sapling/Sapling.csproj
index 85f6cb9..1ce3c1c 100644
--- a/src/Sapling/Sapling.csproj
+++ b/src/Sapling/Sapling.csproj
@@ -7,9 +7,9 @@