Skip to content

Commit

Permalink
Merge pull request #3318 from giginet/release-0.39.0
Browse files Browse the repository at this point in the history
Bump up version to 0.39.0
  • Loading branch information
giginet committed Jan 28, 2023
2 parents a91d086 + 8af2299 commit 187a78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CarthageKit/CarthageKitVersion.swift
Expand Up @@ -4,5 +4,5 @@ import Foundation
public struct CarthageKitVersion {
public let value: SemanticVersion

public static let current = CarthageKitVersion(value: SemanticVersion(0, 38, 0))
public static let current = CarthageKitVersion(value: SemanticVersion(0, 39, 0))
}

0 comments on commit 187a78c

Please sign in to comment.