Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Sep 27, 2024
1 parent e5043e5 commit e050b7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
```sh
cd ~/.local/bin
wget https://github.com/electricduck/booski/releases/download/v%2F0.x%2F0.5-rc7/booski-0.5-rc7-linux-x64.bin
chmod +x booski-0.5-rc7-linux-x64.bin
./booski-0.5-rc7-linux-x64.bin start --no-daemon
wget https://github.com/electricduck/booski/releases/download/v%2F0.x%2F0.5/booski-0.5-linux-x64.bin
chmod +x booski-0.5-linux-x64.bin
./booski-0.5-linux-x64.bin start --no-daemon
```

## 🏗️ Building
Expand Down
2 changes: 1 addition & 1 deletion src/Booski/Booski.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<PropertyGroup>
<Version Condition="'$(RELEASE_VERSION)' != ''">$(RELEASE_VERSION)</Version>
<VersionPrefix Condition="'$(RELEASE_VERSION)' == ''">0.5-rc7</VersionPrefix>
<VersionPrefix Condition="'$(RELEASE_VERSION)' == ''">0.5</VersionPrefix>
<!--VersionSuffix Condition="'$(RELEASE_VERSION)' == ''">$([System.DateTime]::UtcNow.ToString(`yyyyMMdd-HHmm`))</VersionSuffix-->

<Authors>Ducky</Authors>
Expand Down

0 comments on commit e050b7e

Please sign in to comment.