Skip to content

Commit ca916f5

Browse files
committed
release 2.31
1 parent ff50d39 commit ca916f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ int main(void) {
246246
* Deb-based Systems including Debian, Ubuntu, Mint and Windows Subsystem for Linux
247247

248248
```bash
249-
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.30/dcc_2.30_all.deb -o /tmp/dcc_2.30_all.deb
250-
sudo apt install /tmp/dcc_2.30_all.deb
249+
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.31/dcc_2.31_all.deb -o /tmp/dcc_2.31_all.deb
250+
sudo apt install /tmp/dcc_2.31_all.deb
251251
```
252252

253253
or

0 commit comments

Comments
 (0)