grunt/change-version.js: Remove extraneous semicolon

[ci skip]
This commit is contained in:
Chris Rebert 2015-12-16 21:15:33 -08:00
parent 55c37c1ec0
commit 0cd0e66632
1 changed files with 1 additions and 1 deletions

View File

@ -100,6 +100,6 @@ function main(args) {
'.yml'
]);
replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
};
}
main(process.argv.slice(2));