We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b65f35 commit cd4e7c3Copy full SHA for cd4e7c3
cli/cmd/enveil/main.go
@@ -7,7 +7,7 @@ import (
7
"github.com/spf13/cobra"
8
)
9
10
-const version = "0.2.0"
+const version = "0.2.1"
11
12
var rootCmd = &cobra.Command{
13
Use: "enveil",
server/cmd/enveil-server/main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/go-chi/chi/v5/middleware"
17
18
19
20
21
type Server struct {
22
vault *vault.Vault
0 commit comments