Skip to content

Commit

Permalink
Clarify VerifyResponse version string (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore authored Nov 1, 2023
1 parent 0bc14e8 commit 9d1540f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion os/os.proto
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ message VerifyRequest {
}

message VerifyResponse {
// The OS version currently running.
// The OS version currently running. This string should match OC path
// /system/state/software-version
string version = 1;
// Informational message describing fail details of the last boot. This MUST
// be set when a newly transferred OS fails to boot and the system falls back
Expand Down

0 comments on commit 9d1540f

Please sign in to comment.