Skip to content

Commit

Permalink
Version bump to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scizzorz committed Jul 22, 2020
1 parent 7a4dbca commit 00049dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mold.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [ "$PLATFORM" = "windows" ]; then
EXT=".exe"
fi

VER="0.7.0-rc1"
VER="0.7.0"
EXE="./.mold-$VER"
URL="https://github.com/xtfc/mold/releases/download/v$VER/mold-v$VER-$PLATFORM$EXT"

Expand Down
2 changes: 1 addition & 1 deletion moldfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version "0.7"
import "github.com/xtfc/cargo.mold#0.6" as c/
import "github.com/xtfc/cargo.mold#0.7" as c/

if linux {
recipe staticbuild {
Expand Down

0 comments on commit 00049dd

Please sign in to comment.