heroku 9.3.0-beta.1 → 9.3.0

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.
@@ -13930,5 +13930,5 @@
13930
13930
  ]
13931
13931
  }
13932
13932
  },
13933
- "version": "9.3.0-beta.1"
13933
+ "version": "9.3.0"
13934
13934
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "9.3.0-beta.1",
4
+ "version": "9.3.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -388,5 +388,5 @@
388
388
  "version": "oclif readme --multi && git add README.md ../../docs"
389
389
  },
390
390
  "types": "lib/index.d.ts",
391
- "gitHead": "51b4c633f3b1647f6464f7753d8189c526832706"
391
+ "gitHead": "65eb66a79445ad4e312bb7402f6c4c1e0ebe1cb3"
392
392
  }