This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 7e538ab69 chore: manually fix latest docs version (#1971)
7e538ab69 is described below
commit 7e538ab695bfd793143acaa49bb7e57dfa3f08e1
Author: David Li <[email protected]>
AuthorDate: Fri Jul 5 18:19:04 2024 +0900
chore: manually fix latest docs version (#1971)
---
version.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/version.js b/version.js
index 761d3c480..2d644f080 100644
--- a/version.js
+++ b/version.js
@@ -13,7 +13,7 @@ const versions = `
0.11.0;0.11.0
13;13
main;14 (dev)
-current;0.11.0 (current)
+current;13 (current)
`;
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file