Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
woutersl committed May 11, 2020
1 parent 70fa623 commit 4f8fffa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

SCRIPT="$(readlink -f "$0")"
ROOT="$(dirname "$SCRIPT")"
RELENG="$ROOT/.releng"

# Gather version info
VERSION=$(grep "<Version>" "$ROOT/sdk-net/Hime.SDK.csproj" | grep -o -E "([[:digit:]]+\\.[[:digit:]]+\\.[[:digit:]])+")
Expand Down

0 comments on commit 4f8fffa

Please sign in to comment.