Skip to content

Commit

Permalink
🔖 Prepare for version 1.0.0
Browse files Browse the repository at this point in the history
This prepares the version information for the 1.0.0 release.
  • Loading branch information
bitwizeshift committed Mar 12, 2021
1 parent bb10598 commit bfe4c4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (NOT CMAKE_TESTING_ENABLED AND RESULT_COMPILE_UNIT_TESTS)
endif ()

project(Result
VERSION "0.0.1"
VERSION "1.0.0"
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class ResultConan(ConanFile):

# Package Info
name = "Result"
version = "0.0.1"
version = "1.0.0"
description = " A lightweight C++11-compatible error-handling mechanism"
url = "https://github.com/bitwizeshift/Result"
author = "Matthew Rodusek <matthew.rodusek@gmail.com>"
Expand Down

0 comments on commit bfe4c4e

Please sign in to comment.