From b5727433d342afca53aca0ee16ecf1caaa661821 Mon Sep 17 00:00:00 2001 From: conrad Date: Mon, 27 Jun 2022 00:51:05 +1000 Subject: [PATCH] patch bump --- include/armadillo_bits/arma_version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/armadillo_bits/arma_version.hpp b/include/armadillo_bits/arma_version.hpp index 42ebe8b3..a42d6df2 100644 --- a/include/armadillo_bits/arma_version.hpp +++ b/include/armadillo_bits/arma_version.hpp @@ -23,7 +23,7 @@ #define ARMA_VERSION_MAJOR 11 #define ARMA_VERSION_MINOR 2 -#define ARMA_VERSION_PATCH 0 +#define ARMA_VERSION_PATCH 1 #define ARMA_VERSION_NAME "Classic Roast"