diff --git a/Makefile b/Makefile index 65a39b4..f7176b8 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -VERSION="v0.0.2" +VERSION="v0.0.3" all:clean mkdir -p build diff --git a/internal/version.go b/internal/version.go index b9c4e9f..9812a97 100644 --- a/internal/version.go +++ b/internal/version.go @@ -20,7 +20,7 @@ import ( "github.com/fatih/color" ) -const Version = "v0.0.2" +const Version = "v0.0.3" func CheckAndPrintVersion() { for i, j := 1, len(os.Args); i < j; i++ {