-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from gisaia/feature/23.0.0
Upgrade stack to v23.0.0
- Loading branch information
Showing
3 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/bash | ||
|
||
export ARLAS_WUI_VERSION=22.0.1 | ||
export ARLAS_HUB_VERSION=22.0.1 | ||
export ARLAS_BUILDER_VERSION=22.0.1 | ||
export ARLAS_PERSISTENCE_VERSION=22.0.1 | ||
export ARLAS_PERMISSIONS_VERSION=22.0.1 | ||
export ARLAS_SERVER_VERSION=22.0.1 | ||
export ARLAS_WUI_VERSION=23.0.0 | ||
export ARLAS_HUB_VERSION=23.0.0 | ||
export ARLAS_BUILDER_VERSION=23.0.0 | ||
export ARLAS_PERSISTENCE_VERSION=23.0.0 | ||
export ARLAS_PERMISSIONS_VERSION=23.0.0 | ||
export ARLAS_SERVER_VERSION=23.0.0 | ||
export LOCAL_HOST=localhost | ||
export ARLAS_PERSISTENCE_LOCAL_FOLDER_HOST=$HOME/.arlas/persist |