From 29488d611a97e8ad281378f4191d162e3ff81377 Mon Sep 17 00:00:00 2001 From: fawdlstty Date: Wed, 29 Jun 2022 11:38:11 +0800 Subject: [PATCH] change version to 0.0.7 --- 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 23e970c..5c7eb6c 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.6 -// Last updated: Jun 02, 2022 +// Version: 0.0.7 +// Last updated: Jun 29, 2022 // namespace fv { -inline const char *version = "libfv-0.0.6"; +inline const char *version = "libfv-0.0.7"; }