forked from toolshed/abra
		
	Bump new patch release
This commit is contained in:
		@ -9,6 +9,8 @@
 | 
			
		||||
 | 
			
		||||
# abra x.x.x (UNRELEASED)
 | 
			
		||||
 | 
			
		||||
# abra 8.0.1 (2021-05-31)
 | 
			
		||||
 | 
			
		||||
- Fix help for `... app ... volume ls` ([efad71c470](https://git.autonomic.zone/coop-cloud/abra/commits/branch/main))
 | 
			
		||||
- Only output secrets warnings once ([#143](https://git.autonomic.zone/coop-cloud/abra/issues/143))
 | 
			
		||||
- Migrate `abra` installation script to `coopcloud.tech` domain ([#150](https://git.autonomic.zone/coop-cloud/abra/issues/150))
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										2
									
								
								abra
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								abra
									
									
									
									
									
								
							@ -3,7 +3,7 @@
 | 
			
		||||
GIT_URL="https://git.autonomic.zone/coop-cloud/"
 | 
			
		||||
ABRA_APPS_URL="https://apps.coopcloud.tech"
 | 
			
		||||
ABRA_DIR="${ABRA_DIR:-$HOME/.abra}"
 | 
			
		||||
ABRA_VERSION="8.0.0"
 | 
			
		||||
ABRA_VERSION="8.0.1"
 | 
			
		||||
ABRA_BACKUP_DIR="${ABRA_BACKUP_DIR:-$ABRA_DIR/backups}"
 | 
			
		||||
ABRA_VENDOR_DIR="$ABRA_DIR/vendor"
 | 
			
		||||
ABRA_APPS_JSON="${ABRA_DIR}/apps.json"
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
ABRA_VERSION="8.0.0"
 | 
			
		||||
ABRA_VERSION="8.0.1"
 | 
			
		||||
GIT_URL="https://git.autonomic.zone/coop-cloud/abra"
 | 
			
		||||
ABRA_SRC="$GIT_URL/raw/tag/$ABRA_VERSION/abra"
 | 
			
		||||
ABRA_DIR="${ABRA_DIR:-$HOME/.abra/}"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user