Skip to content

Commit

Permalink
fix: bump licence formatter to not update all the copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Jan 4, 2024
1 parent 1c6366e commit 728f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $(foreach dep, $(GO_DEPENDENCIES), $(eval $(call make-go-dependency, $(dep))))
$(call make-lint-dependency)

.bin/ory: Makefile
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 v0.2.2
touch .bin/ory

.PHONY: format
Expand Down

0 comments on commit 728f15d

Please sign in to comment.