heroku 10.7.0-beta.0 → 10.7.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +618 -618
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "10.7.0-beta.0",
4
+ "version": "10.7.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -395,5 +395,5 @@
395
395
  "version": "oclif readme --multi && git add README.md ../../docs"
396
396
  },
397
397
  "types": "lib/index.d.ts",
398
- "gitHead": "eb24290509cdedb393f263cc748b9a675a9cd120"
398
+ "gitHead": "71cac0ffeb21915420121db8d01e57f7c98c0578"
399
399
  }