Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Sep 19, 2024
1 parent a216567 commit 2ce8c65
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.4.4/booski-0.4.4-linux-x64.bin
chmod +x booski-0.4.4-linux-x64.bin
./booski-0.4.4-linux-x64.bin start --no-daemon
wget https://github.com/electricduck/booski/releases/download/v%2F0.x%2F0.4.5/booski-0.4.5-linux-x64.bin
chmod +x booski-0.4.5-linux-x64.bin
./booski-0.4.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 @@ -22,7 +22,7 @@

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

<Authors>Ducky</Authors>
Expand Down

0 comments on commit 2ce8c65

Please sign in to comment.