diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a5880e0a57e488a9ccbc9c484be32f009ee8b4d..0172d57fcd6d0ed39670b2dad18bffdc9d95bb12 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 edae6f19586f432a0cea13971ce9b2b7a4d569bb..29d194955e2d58f837acbcf0458bd321eee856b0 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 6e8bf73aa550d4c57f6f35830f1bcdc7a4a62f38..341cf11faf9a29504168de4e54beaad182c5adc5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 +0.2.0 \ No newline at end of file