Skip to content

Commit

Permalink
Changing version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Feb 2, 2025
1 parent 1781306 commit 4592dca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (DEFINED ENV{RESTC_CPP_VERSION})
endif()

if (NOT DEFINED RESTC_CPP_VERSION)
set(RESTC_CPP_VERSION 0.102.2)
set(RESTC_CPP_VERSION 1.0.0)
endif()

if(NOT DEFINED RESTC_BOOST_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
agent { label 'main' }

environment {
RESTC_CPP_VERSION = "0.102.0"
RESTC_CPP_VERSION = "1.0.0"

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

0 comments on commit 4592dca

Please sign in to comment.