Skip to content

Commit 93dd016

Browse files
committed
update version in sdk
1 parent 74441c8 commit 93dd016

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
#
55
####################################################################
66

7+
updateVersion:
8+
sed -i '' -e "s/#define LEANPLUM_SDK_VERSION @.*/#define LEANPLUM_SDK_VERSION @\"`cat sdk-version.txt`\"/g" "./Leanplum-SDK/Classes/Internal/LPConstants.h"
9+
710
tagCommit:
811
git tag `cat sdk-version.txt`; git push --tags
912

10-
deploy: tagCommit
13+
deploy: updateVersion tagCommit

0 commit comments

Comments
 (0)