Skip to content

Commit

Permalink
fixed version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Apr 21, 2020
1 parent d18c28e commit 04db966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/speculid/Extensions/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public extension Version {
let buildnumbers = VersionMenuItem.buildNumbers(fromResource: "build", withExtension: "list")
let title: String
if buildnumbers?.contains(build) == true {
title = "Speculid v\(self) [\(buildHexidecimal)]"
title = "Speculid v\(self)"
} else {
title = "Speculid v\(fullDescription) [dev-\(buildHexidecimal)]"
}
Expand Down

0 comments on commit 04db966

Please sign in to comment.