diff --git a/main.sh b/main.sh
index 6aa39c0..a407001 100755
--- a/main.sh
+++ b/main.sh
@@ -2,14 +2,14 @@
 
 set -e
 
-VERSION="0.46.2git"
+VERSION="0.47.0"
 
 source ./pika-build-config.sh
 
 echo "$PIKA_BUILD_ARCH" > pika-build-arch
 
 # Clone Upstream
-git clone --recurse-submodules https://github.com/hyprwm/hyprland
+git clone --recurse-submodules https://github.com/hyprwm/hyprland -b v0.47.0
 cp -rvf ./debian ./hyprland/
 cd ./hyprland