From ba9ddd4b2480cbbb73382a44ef111c3f64cab5cd Mon Sep 17 00:00:00 2001 From: Jarle Aase Date: Sat, 18 Jan 2025 22:32:10 +0200 Subject: [PATCH] Updated version to 0.102.0 --- CMakeLists.txt | 2 +- ci/jenkins/Jenkinsfile.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb0bb6d..bf764b3 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.101.1) + set(RESTC_CPP_VERSION 0.102.0) endif() if(NOT DEFINED RESTC_BOOST_VERSION) diff --git a/ci/jenkins/Jenkinsfile.groovy b/ci/jenkins/Jenkinsfile.groovy index 7db6679..9a789c8 100644 --- a/ci/jenkins/Jenkinsfile.groovy +++ b/ci/jenkins/Jenkinsfile.groovy @@ -4,7 +4,7 @@ pipeline { 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.