From 780510bf3497070ec8af3da1d53b7313a3569e73 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Wed, 15 May 2024 17:26:42 +0800 Subject: [PATCH] update version --- iguana/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/version.hpp b/iguana/version.hpp index 202ea4a3..bdb1121b 100644 --- a/iguana/version.hpp +++ b/iguana/version.hpp @@ -5,4 +5,4 @@ // IGUANA_VERSION % 100 is the sub-minor version // IGUANA_VERSION / 100 % 1000 is the minor version // IGUANA_VERSION / 100000 is the major version -#define IGUANA_VERSION 100004 // 1.0.4 \ No newline at end of file +#define IGUANA_VERSION 100005 // 1.0.5 \ No newline at end of file