Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Jan 20, 2025
1 parent 300e817 commit 69a7fb1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog
## TBD
## 2.9.0 (2025-01-20)

### Enhancements
- Add a wrapper for the `npm` package to interact with the BugSnag CLI [161](https://github.com/bugsnag/bugsnag-cli/pull/161)
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ display_help() {
EOS
}

VERSION="2.8.0"
VERSION="2.9.0"

while [[ "$#" -gt 0 ]]; do
case "$1" in
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/bugsnag/bugsnag-cli/pkg/utils"
)

var package_version = "2.8.0"
var package_version = "2.9.0"

func main() {
commands := options.CLI{}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bugsnag/cli",
"version": "2.8.0",
"version": "2.9.0",
"description": "BugSnag CLI",
"main": "bugsnag-cli-wrapper.js",
"bin": {
Expand Down

0 comments on commit 69a7fb1

Please sign in to comment.