Skip to content

Commit

Permalink
fix: Increment CMakeList version on releases (AztecProtocol/barretenb…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Jun 15, 2023
1 parent 13dcb48 commit c717f06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ jobs:
bump-patch-for-minor-pre-major: true
prerelease: true # Marks GitHub Releases for 0.x.x versions as "Pre-release"
pull-request-title-pattern: "chore(barretenberg): Release ${version}"
extra-files: |
cpp/CMakeLists.txt
4 changes: 2 additions & 2 deletions circuits/cpp/barretenberg/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24)
project(
Barretenberg
DESCRIPTION "BN254 elliptic curve library, and PLONK SNARK prover"
VERSION 0.1.0
VERSION 0.1.0 # x-release-please-version
LANGUAGES CXX C
)

Expand Down Expand Up @@ -139,4 +139,4 @@ include(cmake/threading.cmake)
include(cmake/gtest.cmake)
include(cmake/benchmark.cmake)
include(cmake/module.cmake)
add_subdirectory(src)
add_subdirectory(src)

0 comments on commit c717f06

Please sign in to comment.