From 8b01852526c02d53d9091491b5b0e966176d328c Mon Sep 17 00:00:00 2001 From: Kevin Goslar Date: Thu, 3 Nov 2022 06:12:44 -0500 Subject: [PATCH] chore: license headers --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aff679cbe94..b3a37b5fc87 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ docs/cli: .bin/clidoc curl https://raw.githubusercontent.com/ory/ci/master/licenses/install | sh .bin/ory: Makefile - curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.45 + curl https://raw.githubusercontent.com/ory/meta/master/install.sh | bash -s -- -b .bin ory v0.1.47 touch .bin/ory .PHONY: lint