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/benchmark/version.h b/include/benchmark/version.h index 1f0cfe18..6d109d3a 100644 --- a/include/benchmark/version.h +++ b/include/benchmark/version.h @@ -32,7 +32,7 @@ GitHub: https://github.com/chronoxor/CppBenchmark namespace CppBenchmark { //! Project version -const char version[] = "1.0.0.0"; +const char version[] = "1.0.1.0"; } // namespace CppBenchmark