Skip to content

Commit 212efc1

Browse files
committed
Bump to version 0.2.2
1 parent 8b4f452 commit 212efc1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cli/cmd/enveil/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/spf13/cobra"
88
)
99

10-
const version = "0.2.1"
10+
const version = "0.2.2"
1111

1212
var rootCmd = &cobra.Command{
1313
Use: "enveil",

server/cmd/enveil-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/go-chi/chi/v5/middleware"
1717
)
1818

19-
const version = "0.2.1"
19+
const version = "0.2.2"
2020

2121
type Server struct {
2222
vault *vault.Vault

0 commit comments

Comments
 (0)