Skip to content

Commit 4592dca

Browse files
committed
Changing version to 1.0.0.
1 parent 1781306 commit 4592dca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
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.102.2)
8+
set(RESTC_CPP_VERSION 1.0.0)
99
endif()
1010

1111
if(NOT DEFINED RESTC_BOOST_VERSION)

ci/jenkins/Jenkinsfile.groovy

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
agent { label 'main' }
55

66
environment {
7-
RESTC_CPP_VERSION = "0.102.0"
7+
RESTC_CPP_VERSION = "1.0.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)