diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b97db0..6b6da95 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION}) endif() if (NOT DEFINED RESTC_CPP_VERSION) - set(RESTC_CPP_VERSION 0.102.2) + set(RESTC_CPP_VERSION 1.0.0) endif() if(NOT DEFINED RESTC_BOOST_VERSION) diff --git a/ci/jenkins/Jenkinsfile.groovy b/ci/jenkins/Jenkinsfile.groovy index 9a789c8..d9dd3b4 100644 --- a/ci/jenkins/Jenkinsfile.groovy +++ b/ci/jenkins/Jenkinsfile.groovy @@ -4,7 +4,7 @@ pipeline { agent { label 'main' } environment { - RESTC_CPP_VERSION = "0.102.0" + RESTC_CPP_VERSION = "1.0.0" // It is not possible to get the current IP number when running in the sandbox, and // Jenkinsfiles always runs in the sandbox.