version bump
Some checks failed
ci/woodpecker/push/go-lint Pipeline failed
ci/woodpecker/push/publish-docs Pipeline was successful

This commit is contained in:
Andrew Woodlee 2025-03-11 21:36:53 -05:00
parent fd4c83f9c0
commit bfb81e11b2
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )
const versionStr = "0.10.0" const versionStr = "0.10.1"
var ( var (
versionCmd = &cobra.Command{ versionCmd = &cobra.Command{

View File

@ -20,7 +20,7 @@ vault:
mountpath: secret mountpath: secret
key: data key: data
path: mongo/url path: mongo/url
type: # KVv1 or KVv2 type: KVv2 # KVv1 or KVv2
- name: someKeyName - name: someKeyName
mountpath: secret mountpath: secret
key: keyData key: keyData