Skip to content

Commit

Permalink
Set version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ortham committed Jan 13, 2025
1 parent b647914 commit 36fea7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include "version.h"

namespace loot {
std::string GetValidatorVersion() { return "0.21.0"; }
std::string GetValidatorVersion() { return "0.24.0"; }

std::string GetValidatorRevision() { return "@GIT_COMMIT_STRING@"; }
}

0 comments on commit 36fea7e

Please sign in to comment.