Skip to content

Commit

Permalink
Update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djschleen authored Sep 23, 2024
1 parent 692b3e4 commit 3b1f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

var (
version = "0.5.0"
version = "0.5.1"
output string
//Afs stores a global OS Filesystem that is used throughout bomber
Afs = &afero.Afero{Fs: afero.NewOsFs()}
Expand Down

0 comments on commit 3b1f5b0

Please sign in to comment.