Skip to content

Commit

Permalink
Bumping vresion to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Oct 31, 2020
1 parent e3c03b3 commit b3591ea
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 @@ -5,7 +5,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION})
endif()

if (NOT DEFINED RESTC_CPP_VERSION)
set(RESTC_CPP_VERSION 0.9.2)
set(RESTC_CPP_VERSION 0.10.0)
endif()

project (restc-cpp VERSION ${RESTC_CPP_VERSION})
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
agent { label 'master' }

environment {
RESTC_CPP_VERSION = "0.9.2"
RESTC_CPP_VERSION = "0.10.0"

// It is not possible to get the current IP number when running in the sandbox, and
// Jenkinsfiles always runs in the sandbox.
Expand Down

0 comments on commit b3591ea

Please sign in to comment.