We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d18fd23 commit 9bf0df1Copy full SHA for 9bf0df1
Makefile
@@ -1,10 +1,10 @@
1
####################################################################
2
-#
+#
3
# Rules used to build and release the SDK.
4
#
5
6
7
tagCommit:
8
- git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
+ git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
9
10
-deploy: tagCommit
+deploy: tagCommit
sdk-version.txt
@@ -1 +1 @@
-4.4.0
+5.0.0
0 commit comments