We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c03b3 commit b3591eaCopy full SHA for b3591ea
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.9.2)
+ set(RESTC_CPP_VERSION 0.10.0)
9
10
11
project (restc-cpp VERSION ${RESTC_CPP_VERSION})
ci/jenkins/Jenkinsfile.groovy
@@ -4,7 +4,7 @@ pipeline {
4
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.
0 commit comments