From e1714ece070d6ca7264cdd7c8a7fc28e8131fa5e Mon Sep 17 00:00:00 2001 From: edoardottt Date: Thu, 12 Oct 2023 14:23:47 +0200 Subject: [PATCH] v0.0.6 --- pkg/output/banner.go | 2 +- snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/output/banner.go b/pkg/output/banner.go index 7399e26..ae74e11 100644 --- a/pkg/output/banner.go +++ b/pkg/output/banner.go @@ -17,7 +17,7 @@ package output import "fmt" const ( - Version = `0.0.5` + Version = `0.0.6` Banner = `depsdev v` + Version + ` > https://github.com/edoardottt/depsdev > @edoardottt, https://www.edoardoottavianelli.it/` diff --git a/snapcraft.yaml b/snapcraft.yaml index ebb0573..9338cda 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -3,7 +3,7 @@ summary: CLI client for deps.dev API description: | CLI client for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions. -version: 0.0.5 +version: 0.0.6 grade: stable base: core20