Commit 0cd0e666 authored by Chris Rebert's avatar Chris Rebert
Browse files

grunt/change-version.js: Remove extraneous semicolon

[ci skip]
parent 55c37c1e
Showing with 1 addition and 1 deletion
+1 -1
...@@ -100,6 +100,6 @@ function main(args) { ...@@ -100,6 +100,6 @@ function main(args) {
'.yml' '.yml'
]); ]);
replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion); replaceRecursively('.', EXCLUDED_DIRS, INCLUDED_EXTENSIONS, oldVersion, newVersion);
}; }
main(process.argv.slice(2)); main(process.argv.slice(2));
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment