Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-statsig committed Jan 18, 2023
1 parent f22bb45 commit dc95fef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Statsig/DeviceEnvironment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct DeviceEnvironment {

var deviceOS: String = "iOS"
var sdkType: String = "ios-client"
var sdkVersion: String = "1.17.1"
var sdkVersion: String = "1.18.0"
var sessionID: String? { UUID().uuidString }
var systemVersion: String { PlatformCompatibility.deviceInfo.systemVersion }
var systemName: String { PlatformCompatibility.deviceInfo.systemName }
Expand Down
2 changes: 1 addition & 1 deletion Statsig.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "Statsig"
spec.version = "1.17.1"
spec.version = "1.18.0"
spec.summary = "Statsig enables developers to ship code faster and more safely."
spec.description = <<-DESC
Statsig enables developers to ship code faster and more safely by providing:
Expand Down
2 changes: 1 addition & 1 deletion StatsigInternalObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "StatsigInternalObjC"
spec.version = "1.17.1"
spec.version = "1.18.0"
spec.summary = "Statsig enables developers to ship code faster and more safely."
spec.description = <<-DESC
Statsig enables developers to ship code faster and more safely.
Expand Down

0 comments on commit dc95fef

Please sign in to comment.