diff --git a/RELEASE.md b/RELEASE.md index aea0e3e36..f69b8da24 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,6 @@ +## 1.33.1 (Jan 16, 2020) +- Bug fix - Gradle builds are failing. + ## 1.33.0 (Jan 15, 2020) - Replace Mission Control commands to support Mission Control 4.0.0 API. - Support Artifactory authentication with client certificates. diff --git a/npm/package-lock.json b/npm/package-lock.json index 213f58382..da2a7bef8 100644 --- a/npm/package-lock.json +++ b/npm/package-lock.json @@ -1,6 +1,6 @@ { "name": "jfrog-cli-go", - "version": "1.33.0", + "version": "1.33.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/npm/package.json b/npm/package.json index 53026ecc7..bf77bba93 100644 --- a/npm/package.json +++ b/npm/package.json @@ -1,6 +1,6 @@ { "name": "jfrog-cli-go", - "version": "1.33.0", + "version": "1.33.1", "description": "🐸 Command-line interface for JFrog Artifactory, Bintray, Mission Control and Xray 🐸", "homepage": "https://github.com/jfrog/jfrog-cli-go", "preferGlobal": true, diff --git a/utils/cliutils/cli_consts.go b/utils/cliutils/cli_consts.go index 549c90e71..169a52d58 100644 --- a/utils/cliutils/cli_consts.go +++ b/utils/cliutils/cli_consts.go @@ -2,7 +2,7 @@ package cliutils const ( // General CLI constants - CliVersion = "1.33.0" + CliVersion = "1.33.1" ClientAgent = "jfrog-cli-go" OnErrorPanic OnError = "panic"