From db125659dad5907151a94f6b1b5931fed5c87da1 Mon Sep 17 00:00:00 2001 From: fawdlstty Date: Sat, 6 Aug 2022 12:33:55 +0800 Subject: [PATCH] update version --- include/fv/fv.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/fv/fv.h b/include/fv/fv.h index 954c08c..5febc4b 100644 --- a/include/fv/fv.h +++ b/include/fv/fv.h @@ -8,14 +8,14 @@ // Repository URL: https://github.com/fawdlstty/libfv // Author: fawdlstty // License: MIT -// Version: 0.0.8 PreRelease -// Last updated: Aug 03, 2022 +// Version: 0.0.8 +// Last updated: Aug 06, 2022 // namespace fv { -inline const char *version = "libfv-0.0.7"; +inline const char *version = "libfv-0.0.8"; }