mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[all] in app vesion added build number
This commit is contained in:
@ -354,7 +354,7 @@ module.exports = function(grunt) {
|
||||
overwrite: true,
|
||||
replacements: [{
|
||||
from: /\{\{PRODUCT_VERSION\}\}/g,
|
||||
to: packageFile.version
|
||||
to: `${packageFile.version}.${packageFile.build}`
|
||||
}]
|
||||
},
|
||||
prepareHelp: {
|
||||
|
||||
Reference in New Issue
Block a user