mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 04:07:24 +00:00
Update version to remove build number
This commit is contained in:
3
build.js
3
build.js
@@ -67,7 +67,8 @@ if (buildCache.version && buildCache.version.startsWith(versionDate)) {
|
||||
}
|
||||
}
|
||||
|
||||
const version = `${versionDate}.${buildNumber}`;
|
||||
// const version = `${versionDate}.${buildNumber}`;
|
||||
const version = `${versionDate}`; // Disable build number for now
|
||||
|
||||
// Update build cache
|
||||
buildCache.version = version;
|
||||
|
||||
Reference in New Issue
Block a user