Skip to content

Commit

Permalink
chore(main): release 2.2.1 (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
team-integrations-fnm-bot committed Mar 7, 2024
1 parent 44b3e0f commit e218344
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.1](https://github.com/OctopusDeploy/cli/compare/v2.2.0...v2.2.1) (2024-03-07)


### Bug Fixes

* panic when no arguments and no config ([#336](https://github.com/OctopusDeploy/cli/issues/336)) ([44b3e0f](https://github.com/OctopusDeploy/cli/commit/44b3e0fa6cea934e3e88d0717437a618bf7f3f4b))

## [2.2.0](https://github.com/OctopusDeploy/cli/compare/v2.1.1...v2.2.0) (2024-02-23)


Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi

log "Selecting version..."

version=${VERSION:-v2.2.0}
version=${VERSION:-v2.2.1}

if [ ! $version ]; then
log "${YELLOW}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.2.1

0 comments on commit e218344

Please sign in to comment.