Skip to content

Commit c74853e

Browse files
committed
bump to version 3.4.1
1 parent 9d5c074 commit c74853e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## unreleased
3+
## [3.4.1] - 2025-09-30
44

55
### Fixed
66

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ display_help() {
9191
EOS
9292
}
9393

94-
VERSION="3.4.0"
94+
VERSION="3.4.1"
9595

9696
while [[ "$#" -gt 0 ]]; do
9797
case "$1" in

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bugsnag/cli",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "BugSnag CLI",
55
"main": "dist/bugsnag-cli-wrapper.js",
66
"types": "dist/bugsnag-cli-wrapper.d.ts",

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"github.com/bugsnag/bugsnag-cli/pkg/upload"
1212
)
1313

14-
var package_version = "3.4.0"
14+
var package_version = "3.4.1"
1515

1616
func main() {
1717
commands := options.CLI{}

0 commit comments

Comments
 (0)