Skip to content

Commit

Permalink
Merged PR 5770: Remove extra space in sha value in latest-release.json
Browse files Browse the repository at this point in the history
The versioning is broken if the extra space in there.
  • Loading branch information
hekota committed Jun 21, 2023
1 parent 657d13c commit 3e10584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/version/latest-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"minor" : "8",
"rev" : "2306"
},
"sha" : "6a3e2485ded47dd6503da97d64e2a75fe0fa3b29 "
"sha" : "6a3e2485ded47dd6503da97d64e2a75fe0fa3b29"
}

0 comments on commit 3e10584

Please sign in to comment.