Merge "Merge cherrypicks of [1950020] into ndk-r24-release." into ndk-r24-release
diff --git a/ndk/config.py b/ndk/config.py
index 984b45b..c5ed20f 100644
--- a/ndk/config.py
+++ b/ndk/config.py
@@ -4,7 +4,7 @@
 major = 24
 hotfix = 0
 hotfix_str = chr(ord("a") + hotfix) if hotfix else ""
-beta = 0
+beta = 3
 beta_str = "-beta{}".format(beta) if beta > 0 else ""
 canary = False
 canary_str = "-canary" if canary else ""