diff --git a/cmd/root.go b/cmd/root.go index 7b54db6..ff64862 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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()}