Skip to content

Commit d6edfad

Browse files
authored
Update DeviceDataManager.swift (#1328)
Add markdown for easy parsing of Loop Version
1 parent 8642f4c commit d6edfad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Loop/Managers/DeviceDataManager.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,8 @@ final class DeviceDataManager {
208208
}
209209

210210
let report = [
211-
Bundle.main.localizedNameAndVersion,
211+
"## LoopVersion",
212+
"* Version: \(Bundle.main.localizedNameAndVersion)",
212213
"* gitRevision: \(Bundle.main.gitRevision ?? "N/A")",
213214
"* gitBranch: \(Bundle.main.gitBranch ?? "N/A")",
214215
"* sourceRoot: \(Bundle.main.sourceRoot ?? "N/A")",

0 commit comments

Comments
 (0)