increase cli version

This commit is contained in:
Maidul Islam
2023-01-30 22:17:02 -08:00
parent 9950c5e02d
commit cb080b356c

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.8" //
CLI_VERSION = "v0.2.9" //
)