"""DocsGPT backend version string.""" from __future__ import annotations __version__ = "0.18.0" def get_version() -> str: """Return the DocsGPT backend version.""" return __version__