Propagate new version around

This commit is contained in:
Luke Murphy 2021-03-01 11:44:58 +01:00
parent 4bd842db66
commit 5bc702bf96
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 2 deletions

2
abra
View File

@ -2,7 +2,7 @@
GIT_URL="https://git.autonomic.zone/coop-cloud/"
ABRA_DIR="${ABRA_DIR:-$HOME/.abra}"
ABRA_VERSION="0.4.1"
ABRA_VERSION="0.5.0"
ABRA_BACKUP_DIR="${ABRA_BACKUP_DIR:-$ABRA_DIR/backups}"
#######################################

View File

@ -1,6 +1,6 @@
#!/bin/bash
ABRA_VERSION="0.4.1"
ABRA_VERSION="0.5.0"
ABRA_SRC="https://git.autonomic.zone/coop-cloud/abra/raw/tag/$ABRA_VERSION/abra"
function install_abra {