Skip to content

Commit be5f361

Browse files
committed
Set version for development
1 parent 90aaae1 commit be5f361

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install-panel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ set -e
2929
#############################################################################
3030

3131
# versioning
32-
GITHUB_SOURCE="v0.1.0"
33-
SCRIPT_RELEASE="v0.1.0"
32+
GITHUB_SOURCE="master"
33+
SCRIPT_RELEASE="canary"
3434

3535
# exit with error status code if user is not root
3636
if [[ $EUID -ne 0 ]]; then

install-wings.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ set -e
2929
#############################################################################
3030

3131
# versioning
32-
GITHUB_SOURCE="v0.1.0"
33-
SCRIPT_RELEASE="v0.1.0"
32+
GITHUB_SOURCE="master"
33+
SCRIPT_RELEASE="canary"
3434

3535
#################################
3636
######## General checks #########

0 commit comments

Comments
 (0)