Skip to content

Commit 4862d7d

Browse files
committed
fix: bump version
1 parent d33bf2e commit 4862d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textplot_extension.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ std::string TextplotExtension::Name() {
4141
}
4242

4343
std::string TextplotExtension::Version() const {
44-
return "2025091501";
44+
return "2025120401";
4545
}
4646

4747
} // namespace duckdb

0 commit comments

Comments
 (0)