New Friendica Release 2019.01

This commit is contained in:
Philipp Holzer 2019-01-21 18:04:27 +01:00
parent a8f09d9a76
commit 49ebe6a493
No known key found for this signature in database
GPG Key ID: 517BE60E2CE5C8A5
2 changed files with 5 additions and 6 deletions

View File

@ -2,9 +2,9 @@
set -Eeuo pipefail
declare -A release_channel=(
[production]='2018.09'
[stable]='2018.09'
[latest]='2018.09'
[production]='2018.01'
[stable]='2019.01'
[latest]='2019.01'
)
self="$(basename "$BASH_SOURCE")"

View File

@ -41,9 +41,8 @@ variants=(
)
versions=(
2019.01-rc
2018.12-dev
2018.09
2019.03-dev
2019.01
)
travisEnv=