From 847b9a221e9367de837d7a69a6ada521b29d33b2 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 18 Feb 2023 17:52:48 +0100 Subject: [PATCH] Bump version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ddd9b5a..7c6c920 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ TOPDIR ?= $(CURDIR) include $(DEVKITPRO)/wut/share/wut_rules export VER_MAJOR := 1 -export VER_MINOR := 1 +export VER_MINOR := 2 export VER_PATCH := 0 VERSION := $(VER_MAJOR).$(VER_MINOR).$(VER_PATCH)