Skip to content

Commit 2a60383

Browse files
author
Brandon Sneed
committed
Prepare for release 3.8.0-beta.1
1 parent b6ef32a commit 2a60383

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Analytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Analytics"
3-
s.version = "3.8.0-beta.0"
3+
s.version = "3.8.0-beta.1"
44
s.summary = "The hassle-free way to add analytics to your iOS app."
55

66
s.description = <<-DESC

Analytics/Classes/SEGAnalytics.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ + (NSString *)version
424424
{
425425
// this has to match the actual version, NOT what's in info.plist
426426
// because Apple only accepts X.X.X as versions in the review process.
427-
return @"3.8.0-beta.0";
427+
return @"3.8.0-beta.1";
428428
}
429429

430430
#pragma mark - Helpers

0 commit comments

Comments
 (0)