Skip to content

Commit

Permalink
Sdk version increase (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
civuliduli committed May 7, 2024
1 parent b551124 commit e604a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TSMobileAnalytics/TSMobileAnalytics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public final class TSMobileAnalytics {
// TODO: Find a way to automate this.
/// This needs to be updated when a new release is made.
/// Swift Package version numbers are grabbed from the tags of the git repository.
static let sdkVersion = "6.0.0"
static let sdkVersion = "6.0.2"

static var shared: TSMobileAnalytics?
static let logger = ConsoleLogger()
Expand Down

0 comments on commit e604a7e

Please sign in to comment.