Skip to content

Commit 82a37de

Browse files
committed
update install script V-Sim version 2.0.1
1 parent d33d105 commit 82a37de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676

7777
# current V-Sim version
7878
vsim_version() {
79-
echo "2.0.0"
79+
echo "2.0.1"
8080
}
8181

8282
# vsim md5sum
8383
vsim_md5sum() {
84-
echo "e3ae7100daf65739cfab38379d96ba61"
84+
echo "86d65b2641653315ad6efe95e2709157"
8585
}
8686

8787
# pretty prints title

0 commit comments

Comments
 (0)