diff --git a/Makefile b/Makefile index c8fcd30..a35b7c7 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ test: .bin/shellcheck .bin/shfmt node_modules # runs all linters .bin/ory: Makefile echo installing Ory CLI ... - curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.48 + curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v1.1.0 touch .bin/ory .bin/shellcheck: Makefile