Skip to content

Commit c84fa2f

Browse files
committed
🔖 Update version to 1.0.1
The patch version number has been bumped on this library so that a new release containing the most recent bug fix may be released.
1 parent bb2823e commit c84fa2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND BACKPORT_COMPILE_UNIT_TESTS)
1616
endif ()
1717

1818
project(Backport
19-
VERSION "1.0.0"
19+
VERSION "1.0.1"
2020
LANGUAGES CXX
2121
)
2222

conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class BackportConan(ConanFile):
66

77
# Package Info
88
name = "Backport"
9-
version = "1.0.0"
9+
version = "1.0.1"
1010
description = "Modern C++ backported to C++11"
1111
url = "https://github.com/bitwizeshift/bpstd"
1212
author = "Matthew Rodusek <[email protected]>"

0 commit comments

Comments
 (0)