Skip to content

Commit 44b6484

Browse files
committed
Official 2.0 release
1 parent 9a87115 commit 44b6484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tasks/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const target = process.env.CONFIGURATION || 'Debug'
77
const buildNumber = process.env.APPVEYOR_BUILD_NUMBER
88
let version = pjson.version
99
const revision = buildNumber || moment().format('HHmm')
10-
const includeRevision = true
10+
const includeRevision = false
1111
const assemblyVersion = includeRevision ? `${version}.${revision}` : `${version}.0`
1212

1313
const appVeyorJobId = process.env.APPVEYOR_JOB_ID

0 commit comments

Comments
 (0)