There was an error while loading. Please reload this page.
1 parent e704fa3 commit dd9a694Copy full SHA for dd9a694
1 file changed
lua/mcphub/utils/version.lua
@@ -2,8 +2,8 @@ return {
2
PLUGIN_VERSION = "5.13.0", -- Current plugin version
3
REQUIRED_NODE_VERSION = { -- Required mcp-hub version
4
major = 4,
5
- minor = 0,
+ minor = 1,
6
patch = 0,
7
- string = "4.0.0",
+ string = "4.1.0",
8
},
9
}
0 commit comments