aboutsummaryrefslogtreecommitdiffstats
path: root/build/release.js
diff options
context:
space:
mode:
authorDave Methvin <dave.methvin@gmail.com>2012-08-09 16:25:57 -0400
committerDave Methvin <dave.methvin@gmail.com>2012-08-09 16:25:57 -0400
commit81bf63359641255dfd340714d0635be03bda8de9 (patch)
tree4c095d4e2ec81847fc0ce5457a94bf4d4ba874a4 /build/release.js
parent95559f5117c8a21c1b8cc99f4badc320fd3dcbda (diff)
downloadjquery-81bf63359641255dfd340714d0635be03bda8de9.tar.gz
jquery-81bf63359641255dfd340714d0635be03bda8de9.zip
Updating the source version to 1.8.1pre
Diffstat (limited to 'build/release.js')
-rw-r--r--build/release.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release.js b/build/release.js
index 97cfce7fc..4da3a3ee7 100644
--- a/build/release.js
+++ b/build/release.js
@@ -127,7 +127,7 @@ function makeReleaseCopies( next ) {
}
function setNextVersion( next ) {
updatePackageVersion( nextVersion );
- exec( "git commit -a -m 'Updating the source version to " + nextVersion + "'", next );
+ exec( 'git commit -a -m "Updating the source version to ' + nextVersion + '"', next );
}
function uploadToCDN( next ) {
var cmds = [];