v2.6.0-beta9
diff --git a/LottieSample/build.gradle b/LottieSample/build.gradle
index 532fa26..3d763b3 100644
--- a/LottieSample/build.gradle
+++ b/LottieSample/build.gradle
@@ -12,7 +12,7 @@
     applicationId "com.airbnb.lottie"
     minSdkVersion 16
     targetSdkVersion 27
-    versionCode 49
+    versionCode 50
     versionName "2.6.0-beta9"
     multiDexEnabled true
     testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
diff --git a/version.sh b/version.sh
index 7683719..f234ac4 100755
--- a/version.sh
+++ b/version.sh
@@ -19,4 +19,4 @@
 git commit -m "v$1"
 git tag "v$1"
 git push --follow-tags
-git push origin $1
\ No newline at end of file
+git push origin v$1
\ No newline at end of file