Skip to content

Commit dd9a694

Browse files
committed
feat: prepare for project-aware mcphub
1 parent e704fa3 commit dd9a694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua/mcphub/utils/version.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ return {
22
PLUGIN_VERSION = "5.13.0", -- Current plugin version
33
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
44
major = 4,
5-
minor = 0,
5+
minor = 1,
66
patch = 0,
7-
string = "4.0.0",
7+
string = "4.1.0",
88
},
99
}

0 commit comments

Comments
 (0)