Skip to content

Commit

Permalink
bump version to 1.8.2 ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Jul 6, 2023
1 parent e730f91 commit 015d1a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Require CMake 3.10. If available, use the policies up to CMake 3.22.
cmake_minimum_required (VERSION 3.10...3.22)

project (benchmark VERSION 1.8.1 LANGUAGES CXX)
project (benchmark VERSION 1.8.2 LANGUAGES CXX)

option(BENCHMARK_ENABLE_TESTING "Enable testing of the benchmark library." ON)
option(BENCHMARK_ENABLE_EXCEPTIONS "Enable the use of exceptions in the benchmark library." ON)
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module(name = "com_github_google_benchmark", version="1.8.1")
module(name = "com_github_google_benchmark", version="1.8.2")

bazel_dep(name = "bazel_skylib", version = "1.4.1")
bazel_dep(name = "platforms", version = "0.0.6")
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/google_benchmark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def my_benchmark(state):
"State",
]

__version__ = "1.8.1"
__version__ = "1.8.2"


class __OptionMaker:
Expand Down

0 comments on commit 015d1a0

Please sign in to comment.