Skip to content

Commit 9fc60b3

Browse files
committed
Bump version to 0.2.4
1 parent 488df22 commit 9fc60b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
1010
WUMS_USE_WUT_DEVOPTAB();
1111
WUMS_DEPENDS_ON(homebrew_functionpatcher);
1212

13-
#define VERSION "v0.2.3"
13+
#define VERSION "v0.2.4"
1414

1515
DECL_FUNCTION(void, OSCancelThread, OSThread *thread) {
1616
if (thread == gThreadData[0].thread || thread == gThreadData[1].thread || thread == gThreadData[2].thread) {

0 commit comments

Comments
 (0)