Skip to content

Commit

Permalink
Bump up version to 0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
telip007 committed Jan 29, 2020
1 parent aef25a3 commit 8b5ded2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/CarthageKit/CarthageKitVersion.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import Foundation
public struct CarthageKitVersion {
public let value: SemanticVersion

public static let current = CarthageKitVersion(value: SemanticVersion(0, 33, 0))
public static let current = CarthageKitVersion(value: SemanticVersion(0, 35, 0))
}

0 comments on commit 8b5ded2

Please sign in to comment.