From c1deca93f5dcdd3bf2a9abded6c3c570273dc57c Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Fri, 27 Apr 2018 19:57:03 -0600 Subject: [PATCH] Bump version in preparation for new release. --- version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.h b/version.h index 36aa180..48b2353 100644 --- a/version.h +++ b/version.h @@ -1,6 +1,6 @@ #ifndef HACTOOL_VERSION_H #define HACTOOL_VERSION_H -#define HACTOOL_VERSION "1.0.1" +#define HACTOOL_VERSION "1.1.0" #endif