kou commented on PR #1762:
URL: https://github.com/apache/arrow-adbc/pull/1762#issuecomment-2078649346

   ```diff
   diff --git a/dev/release/utils-prepare.sh b/dev/release/utils-prepare.sh
   index dbbc531e5..acd5b7732 100644
   --- a/dev/release/utils-prepare.sh
   +++ b/dev/release/utils-prepare.sh
   @@ -23,6 +23,7 @@ update_versions() {
    
      local conda_version="${VERSION_NATIVE}"
      local csharp_version="${VERSION_CSHARP}"
   +  local linux_version="${RELEASE}"
      local rust_version="${VERSION_CSHARP}"
      case ${type} in
        release)
   @@ -30,7 +31,6 @@ update_versions() {
          local docs_version="${RELEASE}"
          local glib_version="${VERSION_NATIVE}"
          local java_version="${VERSION_JAVA}"
   -      local linux_version="${VERSION_NATIVE}"
          local py_version="${VERSION_NATIVE}"
          local r_version="${VERSION_R}"
          ;;
   @@ -39,7 +39,6 @@ update_versions() {
          local docs_version="${RELEASE} (dev)"
          local glib_version="${VERSION_NATIVE}-SNAPSHOT"
          local java_version="${VERSION_JAVA}-SNAPSHOT"
   -      local linux_version="${VERSION_NATIVE}-SNAPSHOT"
          local py_version="${VERSION_NATIVE}dev"
          local r_version="${VERSION_R}.9000"
          ;;
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to