We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2baef commit ba9ddd4Copy full SHA for ba9ddd4
CMakeLists.txt
@@ -5,7 +5,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION})
5
endif()
6
7
if (NOT DEFINED RESTC_CPP_VERSION)
8
- set(RESTC_CPP_VERSION 0.101.1)
+ set(RESTC_CPP_VERSION 0.102.0)
9
10
11
if(NOT DEFINED RESTC_BOOST_VERSION)
ci/jenkins/Jenkinsfile.groovy
@@ -4,7 +4,7 @@ pipeline {
4
agent { label 'main' }
environment {
- RESTC_CPP_VERSION = "0.101.0"
+ RESTC_CPP_VERSION = "0.102.0"
// It is not possible to get the current IP number when running in the sandbox, and
// Jenkinsfiles always runs in the sandbox.
0 commit comments