diff --git a/README.md b/README.md index 112b785..a18cf7c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Ensure that your account is [correctly permissioned to use docker](https://docs. > Run this in an empty directory where you want to install Umbrel ```bash -curl -L https://github.com/getumbrel/umbrel/archive/v0.1.6-beta.3.tar.gz | tar -xz --strip-components=1 +curl -L https://github.com/getumbrel/umbrel/archive/v0.1.7-beta.tar.gz | tar -xz --strip-components=1 ``` ### Step 2. Run diff --git a/info.json b/info.json index cc85e4b..5307083 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { - "version": "0.1.6-beta.3", - "name": "Umbrel v0.1.6 Beta 3", - "requires": ">=0.1.6-beta", + "version": "0.1.7-beta", + "name": "Umbrel v0.1.7 Beta", + "requires": "=0.1.7-beta", "notes": "" } \ No newline at end of file