diff --git a/cli/serve.go b/cli/serve.go index 62b23410d8..d633f03cc7 100644 --- a/cli/serve.go +++ b/cli/serve.go @@ -217,7 +217,7 @@ func createDevHosts(ds kolide.Datastore, config config.KolideConfig) { UUID: "1234-5678-9101", Platform: "darwin", OsqueryVersion: "2.0.0", - OSVersion: "10.10.1", + OSVersion: "Mac OS X 10.11.6", Uptime: 60 * time.Minute, PhysicalMemory: 4145483776, PrimaryMAC: "10:11:12:13:14:15", @@ -229,7 +229,7 @@ func createDevHosts(ds kolide.Datastore, config config.KolideConfig) { UUID: "1234-5678-9102", Platform: "windows", OsqueryVersion: "2.0.0", - OSVersion: "1607", + OSVersion: "Windows 10.0.0", Uptime: 60 * time.Minute, PhysicalMemory: 17179869184, PrimaryMAC: "10:11:12:13:14:16",