From a5bbf0bb62e99a39f61e9366e48eae8176346cb9 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Wed, 13 Feb 2019 17:47:41 -0500 Subject: [PATCH] update version --- include/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.h b/include/text.h index 564c0d3..a7730c5 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_VERSION "1.3.0" +#define CURRENT_VERSION "2.0.0" extern const char* ATTACH; extern const char* LAUNCH;