Skip to content

Commit 9d082cb

Browse files
committed
bumping version to 4.0.8
1 parent 2d9a19f commit 9d082cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ itertools = {version = "0.9.0", optional = true}
8080

8181
[dependencies.sheesy-tools]
8282
path = "lib/tools"
83-
version = "4.0.7"
83+
version = "4.0.8"
8484
optional = true
8585

8686
[dependencies.sheesy-vault]
8787
path = "lib/vault"
88-
version = "4.0.7"
88+
version = "4.0.8"
8989
optional = true
9090

9191
[workspace]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.7
1+
4.0.8

lib/vault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
33
name = "sheesy-vault"
4-
version = "4.0.7"
4+
version = "4.0.8"
55
edition = "2018"
66

77
description = "Vault functionality used by 'share-secrets-safely' CLI. Use it to interact with GPG based vaults."

0 commit comments

Comments
 (0)