Skip to content

Commit bfe4c4e

Browse files
committed
🔖 Prepare for version 1.0.0
This prepares the version information for the 1.0.0 release.
1 parent bb10598 commit bfe4c4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND RESULT_COMPILE_UNIT_TESTS)
1616
endif ()
1717

1818
project(Result
19-
VERSION "0.0.1"
19+
VERSION "1.0.0"
2020
LANGUAGES CXX
2121
)
2222

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class ResultConan(ConanFile):
66

77
# Package Info
88
name = "Result"
9-
version = "0.0.1"
9+
version = "1.0.0"
1010
description = " A lightweight C++11-compatible error-handling mechanism"
1111
url = "https://github.com/bitwizeshift/Result"
1212
author = "Matthew Rodusek <[email protected]>"

0 commit comments

Comments
 (0)