Skip to content

Commit

Permalink
update version (#3369)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgpearse committed Mar 28, 2023
1 parent a8b3e7a commit 86e9b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml
@@ -1,6 +1,6 @@
package:
name: vapor
version: "3.8.1"
version: "3.8.2"

source:
path: ..
Expand Down

0 comments on commit 86e9b1f

Please sign in to comment.