From 3e63fcd5cd2b07b9eb3b49b47706b0036c3b7d5b Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 13 Jun 2017 17:14:51 +0300 Subject: [PATCH] - Bumped patch version. --- README.md | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d040ec1..fba280d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Status](https://travis-ci.org/adarnimrod/git-pre-commit.svg?branch=master)](http Add the following to your project's `.pre-commit-config.yaml`: - repo: https://www.shore.co.il/git/git-pre-commit - sha: v0.1.0 + sha: v0.1.1 hooks: - id: merge-conflict args: ['production'] # In case the branch to check against is NOT master. diff --git a/VERSION b/VERSION index 6c6aa7c..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file -- GitLab