Skip to content

Commit 77885e7

Browse files
committed
get version from file
1 parent b9b1621 commit 77885e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Leanplum-iOS-SDK.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Leanplum-iOS-SDK'
11-
s.version = '2.2.5-beta.9'
11+
version = `cat sdk-version.txt`
12+
s.version = version
1213
s.summary = 'Mobile Marketing Platform. Integrated. ROI Engine.'
1314
s.description = <<-DESC
1415
Leanplum’s integrated solution delivers meaningful engagement across messaging and the in-app

sdk-version.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.2.5-beta.10

0 commit comments

Comments
 (0)