Skip to content

Commit

Permalink
Set version for development
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz committed Dec 31, 2020
1 parent 90aaae1 commit be5f361
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install-panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ set -e
#############################################################################

# versioning
GITHUB_SOURCE="v0.1.0"
SCRIPT_RELEASE="v0.1.0"
GITHUB_SOURCE="master"
SCRIPT_RELEASE="canary"

# exit with error status code if user is not root
if [[ $EUID -ne 0 ]]; then
Expand Down
4 changes: 2 additions & 2 deletions install-wings.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ set -e
#############################################################################

# versioning
GITHUB_SOURCE="v0.1.0"
SCRIPT_RELEASE="v0.1.0"
GITHUB_SOURCE="master"
SCRIPT_RELEASE="canary"

#################################
######## General checks #########
Expand Down

0 comments on commit be5f361

Please sign in to comment.