Skip to content

Commit 64a7763

Browse files
committed
release 2.29
1 parent e8b8f30 commit 64a7763

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.28/dcc_2.28_all.deb -o /tmp/dcc_2.28_all.deb
250-
sudo apt install /tmp/dcc_2.28_all.deb
249+
curl -L https://github.com/COMP1511UNSW/dcc/releases/download/2.29/dcc_2.29_all.deb -o /tmp/dcc_2.29_all.deb
250+
sudo apt install /tmp/dcc_2.29_all.deb
251251
```
252252

253253
or

0 commit comments

Comments
 (0)