Replace accidental usages of $VERSION with $BRANCH
diff --git a/ReleaseProcess.wiki b/ReleaseProcess.wiki
index 2b43d2e..4b956bd 100644
--- a/ReleaseProcess.wiki
+++ b/ReleaseProcess.wiki
@@ -54,6 +54,6 @@
 #### In other local clones (optional) ####
 # Get new branch
 git fetch
-# Create a local branch that pulls/pushes to origin/$VERSION
-git branch $VERSION origin/$VERSION
+# Create a local branch that pulls/pushes to origin/$BRANCH
+git branch $BRANCH origin/$BRANCH
 }}}
\ No newline at end of file