diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-08-09 16:25:57 -0400 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-08-09 16:25:57 -0400 |
commit | 81bf63359641255dfd340714d0635be03bda8de9 (patch) | |
tree | 4c095d4e2ec81847fc0ce5457a94bf4d4ba874a4 /build/release.js | |
parent | 95559f5117c8a21c1b8cc99f4badc320fd3dcbda (diff) | |
download | jquery-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.js | 2 |
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 = []; |