Skip to content

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vilhelmprytz committed Aug 28, 2021
1 parent e4723c6 commit 28437b0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

This project follows the [semantic versioning](https://semver.org) convention. Changelog points should be divided into fixed, changed, or added.

## next-release
## v0.8.0 (released on 2021-08-28)

### Added

Expand Down
4 changes: 2 additions & 2 deletions install-panel.sh
Expand Up @@ -46,8 +46,8 @@ fi
########## Variables ############

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

FQDN=""

Expand Down
4 changes: 2 additions & 2 deletions install-wings.sh
Expand Up @@ -29,8 +29,8 @@ set -e
#############################################################################

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

#################################
######## General checks #########
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -28,7 +28,7 @@ set -e
# #
#############################################################################

SCRIPT_VERSION="v0.7.1"
SCRIPT_VERSION="v0.8.0"

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

0 comments on commit 28437b0

Please sign in to comment.