heroku 10.9.0-beta.1 → 10.9.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.
@@ -14929,5 +14929,5 @@
14929
14929
  ]
14930
14930
  }
14931
14931
  },
14932
- "version": "10.9.0-beta.1"
14932
+ "version": "10.9.0"
14933
14933
  }
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.9.0-beta.1",
4
+ "version": "10.9.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -398,5 +398,5 @@
398
398
  "version": "oclif readme --multi && git add README.md ../../docs"
399
399
  },
400
400
  "types": "lib/index.d.ts",
401
- "gitHead": "3bcba025fc8591de1461c584f10861febe977ead"
401
+ "gitHead": "0b700454b03dc68f5ed7684dbd227a40f1f7b6c2"
402
402
  }