Skip to content

Commit ee0d959

Browse files
ehl-jfactions-user
andauthored
Bump version to 2.86.0 (#3259)
* Bump version to 2.86.0 * Bump version to 2.86.0 * Bump version to 2.86.0 --------- Co-authored-by: github-actions[bot] <[email protected]>
1 parent aacf240 commit ee0d959

File tree

7 files changed

+399
-432
lines changed

7 files changed

+399
-432
lines changed

build/npm/v2-jf/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/npm/v2-jf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jfrog-cli-v2-jf",
3-
"version": "2.85.0",
3+
"version": "2.86.0",
44
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
55
"homepage": "https://github.com/jfrog/jfrog-cli",
66
"preferGlobal": true,

build/npm/v2/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/npm/v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jfrog-cli-v2",
3-
"version": "2.85.0",
3+
"version": "2.86.0",
44
"description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
55
"homepage": "https://github.com/jfrog/jfrog-cli",
66
"preferGlobal": true,

go.mod

Lines changed: 108 additions & 108 deletions
Large diffs are not rendered by default.

go.sum

Lines changed: 286 additions & 319 deletions
Large diffs are not rendered by default.

utils/cliutils/cli_consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import "time"
44

55
const (
66
// General CLI constants
7-
CliVersion = "2.85.0"
7+
CliVersion = "2.86.0"
88
ClientAgent = "jfrog-cli-go"
99

1010
// CLI base commands constants:

0 commit comments

Comments
 (0)