Skip to content

Commit add4026

Browse files
committed
bump version
1 parent 93933e7 commit add4026

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/logic/api/cluster.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ const createCluster = async (info) => {
8989
const req = request(assetUrl);
9090
req.pipe(fs.createWriteStream(zipPath));
9191
req.on('end', () => {
92-
console.log('File written!');
9392
decompress(zipPath, `${homedir()}/.Codefresh/cluster`, {
9493
plugins: [
9594
decompressTargz(),
9695
],
9796
}).then(() => {
98-
console.log('Files decompressed');
9997
fs.writeFile(versionPath, version, (err) => {
10098
if (err) {
10199
throw err;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.8.92",
3+
"version": "0.8.93",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)