We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05179c0 commit 2b23dc1Copy full SHA for 2b23dc1
Sources/MuxUploadSDK/PublicAPI/Version.swift
@@ -11,9 +11,9 @@ public struct Version {
11
/// Major version.
12
public static let major = 0
13
/// Minor version.
14
- public static let minor = 3
+ public static let minor = 4
15
/// Revision number.
16
- public static let revision = 1
+ public static let revision = 0
17
18
/// String form of the version number.
19
public static let versionString = "\(major).\(minor).\(revision)"
0 commit comments