diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b501f386..c5f583847 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ set (CMAKE_OSX_DEPLOYMENT_TARGET 10.9) set (VERSION_MAJOR 3) set (VERSION_MINOR 8) -set (VERSION_MICRO 1) +set (VERSION_MICRO 2) set (VERSION_RC ) if (CMAKE_BUILD_TYPE STREQUAL "Release") get_git_head_revision (GIT_REFSPEC VERSION_COMMIT) diff --git a/conda/meta.yaml b/conda/meta.yaml index 4b7d7caa2..8780c13d1 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,6 +1,6 @@ package: name: vapor - version: "3.8.1" + version: "3.8.2" source: path: ..