Skip to content

Commit cf28d4b

Browse files
authored
Merge pull request #50 from edoardottt/devel
v0.0.8
2 parents 9de5f68 + 9564ee3 commit cf28d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/output/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package output
1717
import "fmt"
1818

1919
const (
20-
Version = `0.0.7`
20+
Version = `0.0.8`
2121
Banner = `depsdev v` + Version + `
2222
> https://github.com/edoardottt/depsdev
2323
> @edoardottt, https://www.edoardoottavianelli.it/`

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ summary: CLI client for deps.dev API
33
description: |
44
CLI client for deps.dev API.
55
Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
6-
version: 0.0.7
6+
version: 0.0.8
77
grade: stable
88
base: core20
99

0 commit comments

Comments
 (0)