We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dc0c0 commit 47bcb18Copy full SHA for 47bcb18
src/a5_extension.cpp
@@ -365,7 +365,7 @@ static void LoadInternal(ExtensionLoader &loader) {
365
LogicalType::LIST(LogicalType::UBIGINT), A5UncompactFun);
366
loader.RegisterFunction(a5_uncompact_func);
367
368
- QueryFarmSendTelemetry(loader, "a5", "2025101601");
+ QueryFarmSendTelemetry(loader, "a5", "2025110601");
369
}
370
371
void A5Extension::Load(ExtensionLoader &loader) {
@@ -376,7 +376,7 @@ std::string A5Extension::Name() {
376
377
378
std::string A5Extension::Version() const {
379
- return "2025101601";
+ return "2025110601";
380
381
382
} // namespace duckdb
0 commit comments