Skip to content

Commit 03ea0ac

Browse files
committed
Bump version to 0.2.7
1 parent 45efb02 commit 03ea0ac

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.6"
13+
#define VERSION "v0.2.7"
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)