Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Sources/MonitorCore/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// unbundled one cannot claim different versions. Keep the literal on one
/// line: the script's pattern expects it there.
public enum MonitorVersion {
public static let string = "1.5.5"
public static let string = "1.6.0"

/// What the app calls itself. Here beside the version because the title bar
/// draws it, the `Window` scene names itself with it, and two spellings of
Expand Down
Loading