Skip to content

Commit

Permalink
bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
siecvi committed Aug 10, 2024
1 parent 61ead55 commit 89090ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Client/NetClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ namespace spades {
SPADES_MARK_FUNCTION();

std::string osInfo = VersionInfo::GetVersionInfo();
osInfo += " | ZeroSpades 0.0.5 " GIT_COMMIT_HASH;
osInfo += " | ZeroSpades 0.0.6 " GIT_COMMIT_HASH;

NetPacketWriter w(PacketTypeVersionSend);
w.WriteByte((uint8_t)'o');
Expand Down

0 comments on commit 89090ce

Please sign in to comment.