Skip to content

Commit 38adf13

Browse files
bump to v1.3.0
Signed-off-by: Teague Sterling <teaguesterling@gmail.com>
1 parent 76f8ae1 commit 38adf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/duckdb_mcp_extension.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace duckdb {
88

99
// Extension version constant - update this when releasing new versions
10-
constexpr const char *DUCKDB_MCP_VERSION = "1.2.1";
10+
constexpr const char *DUCKDB_MCP_VERSION = "1.3.0";
1111

1212
class DuckdbMcpExtension : public Extension {
1313
public:

0 commit comments

Comments
 (0)