From 86a40ea783c8579751a8be2ba0960d4e39d6708a Mon Sep 17 00:00:00 2001 From: Boy Baukema Date: Wed, 20 Mar 2024 10:58:58 +0100 Subject: [PATCH] Tag v0.0.23 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e1f5ff..971a1a5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ All .zip files from veracode can then be uploaded to Veracode for Static Analysi ### Download -[Download vcgopkg-windows-amd64](https://github.com/relaxnow/vcgopkg/releases/download/v0.0.22/vcgopkg-windows-amd64.zip). +[Download vcgopkg-windows-amd64](https://github.com/relaxnow/vcgopkg/releases/download/v0.0.23/vcgopkg-windows-amd64.zip). ### Usage diff --git a/main.go b/main.go index 7c93dcc..fc32d2c 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( "github.com/otiai10/copy" ) -const VERSION = "v0.0.22" +const VERSION = "v0.0.23" // TODO: implement non-debug mode // TODO: implement versioning