mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-14 02:47:00 +00:00
Fix hardcoded version numbers in backend - update to 1.2.5
This commit is contained in:
@@ -100,7 +100,7 @@ class UpdateScheduler {
|
||||
return;
|
||||
}
|
||||
|
||||
const currentVersion = '1.2.4';
|
||||
const currentVersion = '1.2.5';
|
||||
const isUpdateAvailable = this.compareVersions(latestVersion, currentVersion) > 0;
|
||||
|
||||
// Update settings with check results
|
||||
|
||||
Reference in New Issue
Block a user