From 4f4f47bc8a19ea49151dd8c904d8524d341a6fa9 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 15 Feb 2017 08:26:04 +0200 Subject: [PATCH] - Release minor version. --- .pre-commit-config.yaml | 2 +- README.rst | 2 +- VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a5880e..0172d57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ - id: check-yaml - id: check-merge-conflict - repo: ./ - sha: master + sha: v0.2.0 hooks: - id: shell-lint files: shell-lint diff --git a/README.rst b/README.rst index edae6f1..29d1949 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Add the following to your :code:`.pre-commit-config.yaml`: .. code:: yaml - repo: https://www.shore.co.il/git/shell-pre-commit/ - sha: v0.1.0 + sha: v0.2.0 hooks: - id: shell-lint diff --git a/VERSION b/VERSION index 6e8bf73..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 \ No newline at end of file -- GitLab