fixed exceptron app version

pull/4/head
kay.one 11 years ago
parent cc0ed59e7b
commit fe31476e47

@ -48,7 +48,7 @@ namespace NzbDrone.Common.Instrumentation
config.ApiKey = "cc4728a35aa9414f9a0baa8eed56bc67";
}
ExceptronClient = new ExceptronClient(config, Environment.Version);
ExceptronClient = new ExceptronClient(config, new EnvironmentProvider().Version);
}

Loading…
Cancel
Save