Skip to content

Commit 9ad8037

Browse files
committed
Remove pre-release tag
1 parent 8cd692e commit 9ad8037

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
@@ -15,7 +15,7 @@ const CI = process.env.CI && process.env.CI.toString().toLowerCase() === 'true';
1515

1616
const artifacts = path.resolve('./artifacts');
1717

18-
const versionSuffix = 'alpha-'
18+
const versionSuffix = ''
1919

2020
export default {
2121
appVeyorJobId,

0 commit comments

Comments
 (0)