From 9008d82106707b85869cb99fd6e006d193ca99fa Mon Sep 17 00:00:00 2001 From: Quinn McNamara Date: Tue, 6 Jun 2023 11:56:26 -0500 Subject: [PATCH] Update version.h --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b6221e7..eeb0162 100644 --- a/src/version.h +++ b/src/version.h @@ -1,5 +1,5 @@ #pragma once #define FSTALIGNER_VERSION_MAJOR 1 -#define FSTALIGNER_VERSION_MINOR 9 +#define FSTALIGNER_VERSION_MINOR 10 #define FSTALIGNER_VERSION_PATCH 0