Skip to content

Commit 84b30e7

Browse files
committed
Bump version to 0.0.2
1 parent 837ac12 commit 84b30e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can use the following commands to download and install the latest release bi
8080

8181
```bash
8282
# Note: replace the `amd64` suffix with the appropriate value under other CPU architectures
83-
URL="https://github.com/TensorWorks/bootnext/releases/download/v0.0.1/bootnext-linux-amd64"
83+
URL="https://github.com/TensorWorks/bootnext/releases/download/v0.0.2/bootnext-linux-amd64"
8484
sudo curl -fSL "$URL" -o /usr/local/bin/bootnext
8585
sudo chmod +x /usr/local/bin/bootnext
8686
```
@@ -89,7 +89,7 @@ Under Windows, run the following command from an elevated command prompt or Powe
8989

9090
```powershell
9191
# Note: replace the `amd64` suffix with the appropriate value under other CPU architectures
92-
curl.exe -fSL "https://github.com/TensorWorks/bootnext/releases/download/v0.0.1/bootnext-windows-amd64.exe" -o "C:\Windows\System32\bootnext.exe"
92+
curl.exe -fSL "https://github.com/TensorWorks/bootnext/releases/download/v0.0.2/bootnext-windows-amd64.exe" -o "C:\Windows\System32\bootnext.exe"
9393
```
9494

9595
### Portable installation

internal/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package constants
22

33
// The version number for bootnext
4-
const VERSION = "0.0.1"
4+
const VERSION = "0.0.2"

0 commit comments

Comments
 (0)