Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
danhab99 committed Aug 19, 2023
1 parent fa37823 commit 67a7b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Go utility for creating backups of large segments of your operating system to s3

## Install

Arch/Manjaro: `yay -S backup-brute-git`
Arch/Manjaro: `yay -S backup-brute`

Go module: `go install github.com/danhab99/backup-brute@1.3`
Go module: `go install github.com/danhab99/backup-brute@1.4`

## Usage

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)

const VERSION = "1.3"
const VERSION = "1.4"

func main() {
doBackup := flag.Bool("backup", false, "Do a full backup")
Expand Down

0 comments on commit 67a7b4a

Please sign in to comment.