Skip to content

Commit 6fe1b50

Browse files
committed
Bumping version to 0.99.0
1 parent fc1f707 commit 6fe1b50

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.98.0)
14+
set(RESTC_CPP_VERSION 0.99.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.97.0"
7+
RESTC_CPP_VERSION = "0.99.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)