Skip to content

Commit

Permalink
feat(main): Version 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashquarky committed Jul 25, 2024
1 parent 3f59781 commit 538fc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

#include <gx2/surface.h>

#define INKAY_VERSION "v2.5.0"
#define INKAY_VERSION "v2.6.0"

/**
Mandatory plugin information.
Expand All @@ -59,7 +59,7 @@ WUPS_PLUGIN_NAME("Inkay");
WUPS_PLUGIN_DESCRIPTION("Pretendo Network Patcher");
WUPS_PLUGIN_VERSION(INKAY_VERSION);
WUPS_PLUGIN_AUTHOR("Pretendo contributors");
WUPS_PLUGIN_LICENSE("ISC");
WUPS_PLUGIN_LICENSE("GPLv3");

WUPS_USE_STORAGE("inkay");

Expand Down

0 comments on commit 538fc25

Please sign in to comment.