Skip to content

Commit b3591ea

Browse files
committed
Bumping vresion to 0.10.0
1 parent e3c03b3 commit b3591ea

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
@@ -5,7 +5,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION})
55
endif()
66

77
if (NOT DEFINED RESTC_CPP_VERSION)
8-
set(RESTC_CPP_VERSION 0.9.2)
8+
set(RESTC_CPP_VERSION 0.10.0)
99
endif()
1010

1111
project (restc-cpp VERSION ${RESTC_CPP_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.9.2"
7+
RESTC_CPP_VERSION = "0.10.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)