From 140fc5dbdbf1404d3e484dc72bfbcafaa78989ad Mon Sep 17 00:00:00 2001 From: Isaac Shelton Date: Thu, 22 Sep 2022 08:07:04 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7aa9562..e0b86cd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # AdeptLanguage/homebrew-tap Homebrew tap for the Adept programming language -### For stable build v2.6 (recommended) +### For stable build v2.7 (recommended) ``` brew install AdeptLanguage/tap/adept ``` -### For active development build v2.7 +### For active development build v2.8 ``` brew install AdeptLanguage/tap/adept --HEAD ```