From 3b1f5b099810f68c5e133e9a5469392c883a9312 Mon Sep 17 00:00:00 2001 From: DJ Schleen Date: Mon, 23 Sep 2024 15:49:16 +0000 Subject: [PATCH] Update version to 0.5.1 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}