The file /Users/neog/Apps/macOS/NEOGHub/NEOGCommand/Modules/Settings/SettingsView.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 65→ HStack { 66→ Text("NEOG Command") 67→ .font(.headline) 68→ Spacer() 69→ Text("v1.3.0") 70→ .foregroundStyle(.secondary) 71→ } 72→ 73→ HStack {