Skip to content

Commit 4523d0e

Browse files
andrewjl-muxcjpillsbury
authored andcommitted
Update SDK version (#70)
1 parent 7596e7f commit 4523d0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/MuxUploadSDK/PublicAPI/Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ public struct Version {
1111
/// Major version.
1212
public static let major = 0
1313
/// Minor version.
14-
public static let minor = 3
14+
public static let minor = 4
1515
/// Revision number.
16-
public static let revision = 1
16+
public static let revision = 0
1717

1818
/// String form of the version number.
1919
public static let versionString = "\(major).\(minor).\(revision)"

0 commit comments

Comments
 (0)