Skip to content

Commit a379c31

Browse files
committed
~ Version Bump
1 parent bed3693 commit a379c31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import ProjectDescription
22

33
let settings = Environment.selfCompiled.getBoolean(default: false)
44

5-
let version: Version = .init(1, 7, 3)
6-
let build: String = "109"
5+
let version: String = "1.7.3.1"
6+
let build: String = "110"
77

88
func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
99
var additionalCompilationConditions = [String]()
@@ -243,7 +243,7 @@ let project = Project(
243243
settings: .settings(
244244
base: [
245245
"SWIFT_VERSION": "6.0",
246-
"MARKETING_VERSION": .init(stringLiteral: version.description),
246+
"MARKETING_VERSION": .init(stringLiteral: version),
247247
"CURRENT_PROJECT_VERSION": .init(stringLiteral: build)
248248
],
249249
configurations: [

0 commit comments

Comments
 (0)