Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fe971e

Browse files
committedJan 23, 2023
Incremented version
1 parent 82f7b12 commit 2fe971e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION})
1111
endif()
1212

1313
if (NOT DEFINED RESTC_CPP_VERSION)
14-
set(RESTC_CPP_VERSION 0.96.0)
14+
set(RESTC_CPP_VERSION 0.97.0)
1515
endif()
1616

1717
if(NOT DEFINED RESTC_BOOST_VERSION)

‎ci/jenkins/Jenkinsfile.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
agent { label 'master' }
55

66
environment {
7-
RESTC_CPP_VERSION = "0.96.0"
7+
RESTC_CPP_VERSION = "0.97.0"
88

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

0 commit comments

Comments
 (0)
Please sign in to comment.