Skip to content

Commit 607c7fb

Browse files
committed
Use modules @next instead of @rc
1 parent 964b48c commit 607c7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tns/tns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
class Tns(object):
2020
# npm tag used when we publish master branch of https://github.com/NativeScript/NativeScript
2121
# Please see https://github.com/NativeScript/NativeScript/blob/master/.travis.yml
22-
NEXT_TAG = 'rc'
22+
NEXT_TAG = 'next'
2323

2424
@staticmethod
2525
def __get_platform_string(platform=Platform.NONE):

0 commit comments

Comments
 (0)