Skip to content

Commit b60bd36

Browse files
authored
update compiler version in makefile cmd (#851)
1 parent a9f8c77 commit b60bd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ install: ## Update the package dependencies when new deps are added to dune-proj
5858

5959
.PHONY: init
6060
create-switch: ## Create a local opam switch
61-
@opam switch create . 5.1.1 --no-install
61+
@opam switch create . 5.2.0 --no-install
6262

6363
.PHONY: init
6464
init: create-switch install ## Create a local opam switch, install deps

0 commit comments

Comments
 (0)