diff --git a/include/CLI/Version.hpp b/include/CLI/Version.hpp index 5b658ae5..6c555248 100644 --- a/include/CLI/Version.hpp +++ b/include/CLI/Version.hpp @@ -3,7 +3,6 @@ // Distributed under the 3-Clause BSD License. See accompanying // file LICENSE or https://github.com/CLIUtils/CLI11 for details. - namespace CLI { // Note that all code in CLI11 must be in a namespace, even if it just a define. @@ -13,5 +12,4 @@ namespace CLI { #define CLI11_VERSION_PATCH 0 #define CLI11_VERSION "1.3.0" - } // namespace CLI