diff --git a/docs/content/pipelines/Run Pipeline.md b/docs/content/pipelines/Run Pipeline.md index 8fef78c36..0a11842ca 100644 --- a/docs/content/pipelines/Run Pipeline.md +++ b/docs/content/pipelines/Run Pipeline.md @@ -34,13 +34,13 @@ The pipeline will be triggered multiple times according to the array length. } ] ``` -### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.82.8 +### Use encrypted variables in Codefresh build runs; supported from CLI version: 0.83.1 #### Variable yaml file with single variable set with encrypted variables ```yaml - key: val: value encrypted: true - key2: key1 + key2: val2 ``` diff --git a/package.json b/package.json index 3dc62d6da..10d7533b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.83.1", + "version": "0.83.2", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,