Skip to content

Commit 47bcb18

Browse files
committed
fix: fix version
1 parent 19dc0c0 commit 47bcb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/a5_extension.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ static void LoadInternal(ExtensionLoader &loader) {
365365
LogicalType::LIST(LogicalType::UBIGINT), A5UncompactFun);
366366
loader.RegisterFunction(a5_uncompact_func);
367367

368-
QueryFarmSendTelemetry(loader, "a5", "2025101601");
368+
QueryFarmSendTelemetry(loader, "a5", "2025110601");
369369
}
370370

371371
void A5Extension::Load(ExtensionLoader &loader) {
@@ -376,7 +376,7 @@ std::string A5Extension::Name() {
376376
}
377377

378378
std::string A5Extension::Version() const {
379-
return "2025101601";
379+
return "2025110601";
380380
}
381381

382382
} // namespace duckdb

0 commit comments

Comments
 (0)