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 65dc51e commit 7b5a268Copy full SHA for 7b5a268
docs/quick-start.md
@@ -209,8 +209,8 @@ nvm use v6.9.4
209
210
```bash
211
cd $BULLET_HOME/ui
212
-curl -LO https://github.com/yahoo/bullet-ui/releases/download/v0.3.1/bullet-ui-v0.3.1.tar.gz
213
-tar -xzf bullet-ui-v0.3.1.tar.gz
+curl -LO https://github.com/yahoo/bullet-ui/releases/download/v0.4.0/bullet-ui-v0.4.0.tar.gz
+tar -xzf bullet-ui-v0.4.0.tar.gz
214
cp $BULLET_EXAMPLES/ui/env-settings.json config/
215
```
216
0 commit comments