From e6b61b56f8bbbfcc466554565dab2c27466ca18b Mon Sep 17 00:00:00 2001 From: Nicholas Hayes <0xC0000054@users.noreply.github.com> Date: Sun, 19 Jun 2022 18:54:38 -0600 Subject: [PATCH] Release version 1.0.4 --- src/common/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/version.h b/src/common/version.h index b2af9e0..eaf6183 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -21,7 +21,7 @@ #ifndef VERSION_H #define VERSION_H -#define VI_VERSION 1,0,3,0 -#define VI_VERSION_STR "1.0.3.0" +#define VI_VERSION 1,0,4,0 +#define VI_VERSION_STR "1.0.4.0" #endif