From 6716e3f56c8fbcaa11ad676fd0a6d492d5db99af Mon Sep 17 00:00:00 2001 From: "George G. Vega Yon" Date: Tue, 4 Jun 2024 15:49:06 -0600 Subject: [PATCH] Patching epiworld version --- include/epiworld/epiworld.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/epiworld/epiworld.hpp b/include/epiworld/epiworld.hpp index 5ed8afe7..1b637acf 100644 --- a/include/epiworld/epiworld.hpp +++ b/include/epiworld/epiworld.hpp @@ -20,7 +20,7 @@ /* Versioning */ #define EPIWORLD_VERSION_MAJOR 0 #define EPIWORLD_VERSION_MINOR 2 -#define EPIWORLD_VERSION_PATCH 0 +#define EPIWORLD_VERSION_PATCH 1 static const int epiworld_version_major = EPIWORLD_VERSION_MAJOR; static const int epiworld_version_minor = EPIWORLD_VERSION_MINOR;