From f3c6749f4babaeb566e4f23c1ca21a98cdf83b06 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 15 Feb 2017 09:10:12 +0200 Subject: [PATCH] - Minor version release. --- README.rst | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8cedd20..feac6e8 100644 --- a/README.rst +++ b/README.rst @@ -25,7 +25,7 @@ Add the following to your :code:`.pre-commit-config.yaml`: .. code:: yaml - repo: https://www.shore.co.il/git/ansible-pre-commit/ - sha: v0.5.0 + sha: v0.6.0 hooks: - id: ansible-syntax-check files: site.yml #In case you want to specify other playbook files. diff --git a/VERSION b/VERSION index 4b9fcbe..09a3acf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.1 +0.6.0 \ No newline at end of file -- GitLab