We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6806e56 commit a95e12fCopy full SHA for a95e12f
graphql_server/version.py
@@ -4,7 +4,7 @@
4
__all__ = ["version", "version_info"]
5
6
7
-version = "3.0.0b5"
+version = "3.0.0b6"
8
9
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")
10
0 commit comments