enables option to toggle db api writes (#118)

This commit is contained in:
Miguel Sozinho Ramalho
2023-12-13 12:54:47 +00:00
committed by GitHub
parent 0a3053bbc7
commit ff17dfd0aa
2 changed files with 4 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ _MAJOR = "0"
_MINOR = "7"
# On main and in a nightly release the patch should be one ahead of the last
# released build.
_PATCH = "6"
_PATCH = "7"
# This is mainly for nightly builds which have the suffix ".dev$DATE". See
# https://semver.org/#is-v123-a-semantic-version for the semantics.
_SUFFIX = ""