Skip to content

Commit a909574

Browse files
committed
chore: bump mcp-hub version handling stale lock files (fixes #234)
1 parent e373d40 commit a909574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/mcphub/utils/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ return {
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 4,
55
minor = 2,
6-
patch = 0,
7-
string = "4.2.0",
6+
patch = 1,
7+
string = "4.2.1",
88
},
99
}

0 commit comments

Comments
 (0)