Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
electricduck committed Sep 15, 2024
1 parent 28a1be9 commit 77b00eb
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.2/booski-0.4.2-linux-x64.bin
chmod +x booski-0.4.2-linux-x64.bin
./booski-0.4.2-linux-x64.bin start --no-daemon
wget https://github.com/electricduck/booski/releases/download/v%2F0.x%2F0.4.3/booski-0.4.3-linux-x64.bin
chmod +x booski-0.4.3-linux-x64.bin
./booski-0.4.3-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.2</VersionPrefix>
<VersionPrefix Condition="'$(RELEASE_VERSION)' == ''">0.4.3</VersionPrefix>
<!--VersionSuffix Condition="'$(RELEASE_VERSION)' == ''">$([System.DateTime]::UtcNow.ToString(`yyyyMMdd-HHmm`))</VersionSuffix-->

<Authors>Ducky</Authors>
Expand Down

0 comments on commit 77b00eb

Please sign in to comment.