diff --git a/.appveyor.yml b/.appveyor.yml index 2e7bf7c1..57b2ef2c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ # Specify version format -version: "1.0.0.{build}" +version: "1.0.1.{build}" # Image to use image: Visual Studio 2019 diff --git a/include/logging/version.h b/include/logging/version.h index 29675b33..b4b52e24 100644 --- a/include/logging/version.h +++ b/include/logging/version.h @@ -31,7 +31,7 @@ GitHub: https://github.com/chronoxor/CppLogging namespace CppLogging { //! Project version -const char version[] = "1.0.0.0"; +const char version[] = "1.0.1.0"; } // namespace CppLogging