Skip to content

Commit 36fea7e

Browse files
committed
Set version to 0.24.0
1 parent b647914 commit 36fea7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/version.cpp.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#include "version.h"
2626

2727
namespace loot {
28-
std::string GetValidatorVersion() { return "0.21.0"; }
28+
std::string GetValidatorVersion() { return "0.24.0"; }
2929

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

0 commit comments

Comments
 (0)