increase CLI

This commit is contained in:
Maidul Islam
2023-01-24 19:59:29 -08:00
parent 0413059fbe
commit a6f480d3f8

View File

@@ -11,5 +11,5 @@ const (
KEYRING_SERVICE_NAME = "infisical"
PERSONAL_SECRET_TYPE_NAME = "personal"
SHARED_SECRET_TYPE_NAME = "shared"
CLI_VERSION = "v0.2.6"
CLI_VERSION = "v0.2.7"
)