Skip to content

Commit 22e3ded

Browse files
chore(release): v0.24.0 [skip ci]
1 parent e813099 commit 22e3ded

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/bomly/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/bomly-dev/bomly-cli/internal/cli/exit"
99
)
1010

11-
var version = "0.23.0"
11+
var version = "0.24.0"
1212

1313
func main() {
1414
if err := cli.Execute(version); err != nil {

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bomly-mcp",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "Run the Bomly MCP server with npx. Downloads the matching Bomly CLI release binary and starts `bomly mcp serve`.",
55
"mcpName": "io.github.bomly-dev/bomly-cli",
66
"license": "Apache-2.0",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "io.github.bomly-dev/bomly-cli",
44
"title": "Bomly",
55
"description": "Give your coding agent the dependency graph it is about to change: scan, diff, explain, audit",
6-
"version": "0.23.0",
6+
"version": "0.24.0",
77
"websiteUrl": "https://bomly.dev/cli",
88
"repository": {
99
"url": "https://github.com/bomly-dev/bomly-cli",
@@ -14,7 +14,7 @@
1414
{
1515
"registryType": "npm",
1616
"identifier": "bomly-mcp",
17-
"version": "0.23.0",
17+
"version": "0.24.0",
1818
"runtimeHint": "npx",
1919
"transport": {
2020
"type": "stdio"

0 commit comments

Comments
 (0)