diff options
author | Clément Delafargue <39330590+clementd-fretlink@users.noreply.github.com> | 2020-06-02 10:02:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-02 10:02:23 +0200 |
commit | 665f6c42b6c3c5c8c07cf251e3faf3c54ac3cb9f (patch) | |
tree | df4770e53637f334cd4f540fb5026c442018315a /scripts/check.sh | |
parent | 69c08dd4edd8e88235a638bb20a992283e13244b (diff) | |
parent | 99ecdff3fb607abde239cf195d47c38a7ede74fe (diff) | |
download | clever-tools-nix-665f6c42b6c3c5c8c07cf251e3faf3c54ac3cb9f.tar.gz clever-tools-nix-665f6c42b6c3c5c8c07cf251e3faf3c54ac3cb9f.tar.zst clever-tools-nix-665f6c42b6c3c5c8c07cf251e3faf3c54ac3cb9f.zip |
Update version to 2.6.1
Diffstat (limited to 'scripts/check.sh')
-rwxr-xr-x | scripts/check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check.sh b/scripts/check.sh index 7bd2841..4993a88 100755 --- a/scripts/check.sh +++ b/scripts/check.sh | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | [ "$(clever --version)" = "2.6.0" ] | 3 | [ "$(clever --version)" = "2.6.1" ] |