From d88165b4a801b5dd7b84b4bb95e85c5849f6a805 Mon Sep 17 00:00:00 2001 From: Andrew Taylor Date: Wed, 1 Nov 2023 11:51:29 +1100 Subject: [PATCH] release 2.30 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4b5bae..da66c18 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,8 @@ int main(void) { * Deb-based Systems including Debian, Ubuntu, Mint and Windows Subsystem for Linux ```bash - curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.29/dcc_2.29_all.deb -o /tmp/dcc_2.29_all.deb - sudo apt install /tmp/dcc_2.29_all.deb + curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.30/dcc_2.30_all.deb -o /tmp/dcc_2.30_all.deb + sudo apt install /tmp/dcc_2.30_all.deb ``` or