From d71530c237bdab0fe08ea75aef72134c74d68fd2 Mon Sep 17 00:00:00 2001 From: Peter Menzel Date: Sat, 19 Nov 2022 10:17:38 +0100 Subject: [PATCH] bump version to 1.9.2 --- src/version.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.hpp b/src/version.hpp index 8edcec8..49762a3 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -4,6 +4,6 @@ #ifndef KAIJU_VERSION_H #define KAIJU_VERSION_H -#define KAIJUVERSION "1.9.0" +#define KAIJUVERSION "1.9.2" #endif