aboutsummaryrefslogtreecommitdiff
path: root/ndk/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'ndk/config.py')
-rw-r--r--ndk/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/config.py b/ndk/config.py
index 12f38151f..0a9fb3779 100644
--- a/ndk/config.py
+++ b/ndk/config.py
@@ -3,7 +3,7 @@ from __future__ import print_function
major = 27
hotfix = 0
hotfix_str = chr(ord("a") + hotfix) if hotfix else ""
-beta = 1
+beta = 2
beta_str = "-beta{}".format(beta) if beta > 0 else ""
canary = False
canary_str = "-canary" if canary else ""