We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4fe2a0 commit edfabeaCopy full SHA for edfabea
README.md
@@ -382,7 +382,7 @@ D select * from netquack_version();
382
│ version │
383
│ varchar │
384
├─────────┤
385
-│ v1.2.0 │
+│ v1.4.0 │
386
└─────────┘
387
```
388
src/functions/get_version.cpp
@@ -43,7 +43,7 @@ namespace duckdb
43
44
output.SetCardinality (1);
45
// Set version
46
- output.data[0].SetValue (0, "v1.1.0");
+ output.data[0].SetValue (0, "v1.4.0");
47
// Set done
48
auto &local_state = (VersionLocalState &)*data_p.local_state;
49
local_state.done = true;
0 commit comments