From 09d0be14149efcbaf7c02490997eee7b795faa0c Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 6 Aug 2016 22:15:15 +0800 Subject: [PATCH] add character v to version string --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 2c6c157e..fd3c5829 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -2,7 +2,7 @@ * @Author: prpr * @Date: 2016-07-21 13:38:26 * @Last Modified by: printempw -* @Last Modified time: 2016-08-06 22:13:01 +* @Last Modified time: 2016-08-06 22:14:40 */ var gulp = require('gulp'), @@ -179,7 +179,7 @@ gulp.task('zip', function() { '!.sass-cache/**/*.*', '!.sass-cache/' ], { dot: true }) - .pipe(zip('blessing-skin-server-'+version+'.zip')) + .pipe(zip('blessing-skin-server-v'+version+'.zip')) .pipe(gulp.dest('./')); });