diff --git a/README.md b/README.md index 8888501..7e1f5ff 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.18/vcgopkg-windows-amd64.zip). +[Download vcgopkg-windows-amd64](https://github.com/relaxnow/vcgopkg/releases/download/v0.0.22/vcgopkg-windows-amd64.zip). ### Usage diff --git a/main.go b/main.go index f77dabf..7c93dcc 100644 --- a/main.go +++ b/main.go @@ -19,7 +19,7 @@ import ( "github.com/otiai10/copy" ) -const VERSION = "v0.0.21" +const VERSION = "v0.0.22" // TODO: implement non-debug mode // TODO: implement versioning