Skip to content

Commit 3a7f329

Browse files
committed
feat: bump version number
1 parent aa035a0 commit 3a7f329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-framework",
3-
"version": "0.1.25-beta.6",
3+
"version": "0.1.26",
44

55
"description": "Framework for building Model Context Protocol (MCP) servers in Typescript",
66
"type": "module",

src/cli/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const program = new Command();
1111
program
1212
.name("mcp")
1313
.description("CLI for managing MCP server projects")
14-
.version("0.1.25");
14+
.version("0.1.26");
1515

1616
program
1717
.command("build")

0 commit comments

Comments
 (0)