Skip to content

Commit c6220b7

Browse files
committed
Bump version
1 parent fecb802 commit c6220b7

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
@@ -9,7 +9,7 @@ WUMS_MODULE_EXPORT_NAME("homebrew_content_redirection");
99
WUMS_USE_WUT_DEVOPTAB();
1010
WUMS_DEPENDS_ON(homebrew_functionpatcher);
1111

12-
#define VERSION "v0.2.8"
12+
#define VERSION "v0.2.9"
1313

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

0 commit comments

Comments
 (0)