We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e343a9f commit f3d7231Copy full SHA for f3d7231
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## Unreleased
9
10
+## [0.11.0] - 2017-11-27
11
+
12
### Added
13
14
- `--role` flag to `teams invite`
install.sh
@@ -118,7 +118,7 @@
118
REPO="https://github.com/manifoldco/manifold-cli"
119
120
if [ -z "$MANIFOLD_VERSION" ]; then
121
- MANIFOLD_VERSION="0.10.1"
+ MANIFOLD_VERSION="0.11.0"
122
fi
123
124
if [ -z "$MANIFOLD_DIR" ]; then
0 commit comments