From 36089299315731abbf45b285b85b37c245e53381 Mon Sep 17 00:00:00 2001 From: Maschell Date: Tue, 6 Apr 2021 16:37:02 +0200 Subject: [PATCH] Version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41dc21a..eb9fcc1 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TOPDIR ?= $(CURDIR) include $(DEVKITPRO)/wut/share/wut_rules export VER_MAJOR := 1 -export VER_MINOR := 0 +export VER_MINOR := 1 export VER_PATCH := 0 VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)