Skip to content

Commit cd4e7c3

Browse files
committed
Bump version to 0.2.1
1 parent 0b65f35 commit cd4e7c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0"
10+
const version = "0.2.1"
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.0"
19+
const version = "0.2.1"
2020

2121
type Server struct {
2222
vault *vault.Vault

0 commit comments

Comments
 (0)