From 62423109e2b4b55a6214adaeee52c1ecbf6a4542 Mon Sep 17 00:00:00 2001 From: Xiaowei Zhu <33129495+zhu-xiaowei@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:06:28 +0800 Subject: [PATCH] release: clickstream Swift 0.12.0 (#63) Signed-off-by: github-actions Co-authored-by: github-actions --- Sources/Clickstream/PackageInfo.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Clickstream/PackageInfo.swift b/Sources/Clickstream/PackageInfo.swift index c2ebae1..2a57199 100644 --- a/Sources/Clickstream/PackageInfo.swift +++ b/Sources/Clickstream/PackageInfo.swift @@ -8,5 +8,5 @@ enum PackageInfo { /// the clickstream analytics iOS sdk version /// note: update and align the version with new tag version before committing new tag - static let version = "0.11.0" + static let version = "0.12.0" }