postgres-language-server icon indicating copy to clipboard operation
postgres-language-server copied to clipboard

The postgresqltools CLI binary reports its version as `0.0.0`

Open chipilov opened this issue 8 months ago • 0 comments

Bug report

  • [x] I confirm this is a bug with Supabase, not with my own application.
  • [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

The postgresqltools CLI binary reports its version as 0.0.0

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Download the CLI Binary, version 0.2.1: https://github.com/supabase-community/postgres-language-server/releases/tag/0.2.1
  2. Inquiry the downloaded tool about it version by running postgresqltools --version or postgresqltools version

Expected behavior

The tool should report its version, i.e. 0.2.1

Actual behavior

The tool reports version 0.0.0

If applicable, add screenshots to help explain your problem.

System information

  • OS: MacOS

chipilov avatar Mar 30 '25 18:03 chipilov