Skip to content

Commit

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

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

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

## 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.4"
const VERSION = "1.4.1"

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

0 comments on commit f0fd581

Please sign in to comment.