File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
24
24
``` sh
25
25
cd ~ /.local/bin
26
- wget https://github.com/electricduck/booski/releases/download/v%2F0.x%2F0.4.5 /booski-0.4.5 -linux-x64.bin
27
- chmod +x booski-0.4.5 -linux-x64.bin
28
- ./booski-0.4.5 -linux-x64.bin start --no-daemon
26
+ wget https://github.com/electricduck/booski/releases/download/v%2F0.x%2F0.4.6 /booski-0.4.6 -linux-x64.bin
27
+ chmod +x booski-0.4.6 -linux-x64.bin
28
+ ./booski-0.4.6 -linux-x64.bin start --no-daemon
29
29
```
30
30
31
31
## 🏗️ Building
Original file line number Diff line number Diff line change 22
22
23
23
<PropertyGroup >
24
24
<Version Condition =" '$(RELEASE_VERSION)' != ''" >$(RELEASE_VERSION)</Version >
25
- <VersionPrefix Condition =" '$(RELEASE_VERSION)' == ''" >0.4.5 </VersionPrefix >
25
+ <VersionPrefix Condition =" '$(RELEASE_VERSION)' == ''" >0.4.6 </VersionPrefix >
26
26
<!-- VersionSuffix Condition="'$(RELEASE_VERSION)' == ''">$([System.DateTime]::UtcNow.ToString(`yyyyMMdd-HHmm`))</VersionSuffix-->
27
27
28
28
<Authors >Ducky</Authors >
You can’t perform that action at this time.
0 commit comments