Skip to content

Commit

Permalink
arangodb release 3.11.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KVS85 committed Apr 18, 2024
1 parent 06ce2ea commit 9eaf2ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ARANGO-VERSION
@@ -1 +1 @@
3.11.8
3.11.8.1
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
v3.11.8.1 (XXXX-XX-XX)
v3.11.8.1 (2024-04-18)
----------------------

* Fixed BTS-1489: Race condition in AsioSocket shutdown when using SSL.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -83,7 +83,7 @@ set(ARANGODB_VERSION_MINOR "11")
# when building the nightly ARANGODB_VERSION_PATCH will be set
if (NOT DEFINED ARANGODB_VERSION_PATCH)
set(ARANGODB_VERSION_PATCH "8")
set(ARANGODB_VERSION_RELEASE_TYPE "")
set(ARANGODB_VERSION_RELEASE_TYPE "1")
set(ARANGODB_VERSION_RELEASE_NUMBER "")
else()
unset (ARANGODB_VERSION_RELEASE_TYPE) # do not remove space
Expand Down
2 changes: 1 addition & 1 deletion js/apps/system/_admin/aardvark/APP/api-docs.json
Expand Up @@ -2,7 +2,7 @@
"info": {
"description": "ArangoDB REST API Interface",
"title": "ArangoDB",
"version": "3.11.8"
"version": "3.11.8-1"
},
"openapi": "3.1.0",
"paths": {
Expand Down

0 comments on commit 9eaf2ae

Please sign in to comment.