We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964b48c commit 607c7fbCopy full SHA for 607c7fb
core/tns/tns.py
@@ -19,7 +19,7 @@
19
class Tns(object):
20
# npm tag used when we publish master branch of https://github.com/NativeScript/NativeScript
21
# Please see https://github.com/NativeScript/NativeScript/blob/master/.travis.yml
22
- NEXT_TAG = 'rc'
+ NEXT_TAG = 'next'
23
24
@staticmethod
25
def __get_platform_string(platform=Platform.NONE):
0 commit comments