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 58c6810 commit 930dfcdCopy full SHA for 930dfcd
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