Skip to content

Commit

Permalink
Promote version to 1.33.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Jan 16, 2020
1 parent 3a94533 commit 94552eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion npm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion utils/cliutils/cli_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 94552eb

Please sign in to comment.