The deliberate hostInstallVersion const is removed. It existed only to produce a real red run (#3-#6) and the demonstrated alarm; R-94's deletion stands.
This commit is contained in:
@@ -31,8 +31,6 @@ var validCustomerID = regexp.MustCompile(`^[a-zA-Z0-9.\-]+$`)
|
||||
|
||||
// validSemver matches a bare X.Y.Z controller version (the floor format). Empty is also accepted by
|
||||
// the floor handlers (clears the override).
|
||||
const hostInstallVersion = "1.19.0"
|
||||
|
||||
var validSemver = regexp.MustCompile(`^\d+\.\d+\.\d+$`)
|
||||
|
||||
// normalizeFloorInput trims, strips a leading "v", and validates a floor version submitted from the
|
||||
|
||||
Reference in New Issue
Block a user