From 259ab2cb168b62245df2c82f9a31818d49835df9 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Tue, 26 Feb 2019 06:01:26 -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 aae5a1c..212b353 100644 --- a/include/text.h +++ b/include/text.h @@ -1,6 +1,6 @@ #pragma once -#define CURRENT_VERSION "2.0.0" +#define CURRENT_VERSION "3.0.0" extern const char* ATTACH; extern const char* LAUNCH;