From f951f3f04e3983767cf75ef8a0bbc39401ceeff4 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 24 Oct 2019 03:30:10 -0700 Subject: [PATCH] Fix typo in version (#20) --- include/magic_enum.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/magic_enum.hpp b/include/magic_enum.hpp index cae99ba..1320d4e 100644 --- a/include/magic_enum.hpp +++ b/include/magic_enum.hpp @@ -5,7 +5,7 @@ // | | | | (_| | (_| | | (__ | |____| | | | |_| | | | | | | | |____|_| |_| // |_| |_|\__,_|\__, |_|\___| |______|_| |_|\__,_|_| |_| |_| \_____| // __/ | https://github.com/Neargye/magic_enum -// |___/ vesion 0.6.3 +// |___/ version 0.6.3 // // Licensed under the MIT License . // SPDX-License-Identifier: MIT