Skip to content

Commit

Permalink
Update version struct to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-malik committed Feb 27, 2019
1 parent 0a62430 commit 7d4ceb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/plank/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ import Foundation
public struct Version {
public let value: String

public static let current = Version(value: "1.4.1")
public static let current = Version(value: "1.5")
}

0 comments on commit 7d4ceb6

Please sign in to comment.