supabase 1.77.0 → 1.77.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -154,7 +154,7 @@ The CLI is a WIP and we're still exploring the design, so expect a lot of breaki
154
154
  To run from source:
155
155
 
156
156
  ```sh
157
- # Go >= 1.18
157
+ # Go >= 1.20
158
158
  go run . help
159
159
  ```
160
160
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.77.0",
3
+ "version": "1.77.2",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",