diff --git a/myvc.js b/myvc.js index 333f9f5..43ba8d3 100755 --- a/myvc.js +++ b/myvc.js @@ -313,7 +313,6 @@ class MyVC { if (head && commitSha) { let commit; let notFound; - commitSha = '9254aa7c35a1d25bf93629d2df4d5c1f87f21224' try { commit = await repo.getCommit(commitSha); diff --git a/package.json b/package.json index 54f34c9..de2b141 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.4.3", + "version": "1.4.4", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0",