Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
komashchenko committed Mar 26, 2024
1 parent f21296c commit e62313e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client_cvar_value.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ const char* ClientCvarValue::GetLicense()

const char* ClientCvarValue::GetVersion()
{
return "1.0.0";
return "1.0.1";
}

const char* ClientCvarValue::GetDate()
Expand Down

0 comments on commit e62313e

Please sign in to comment.