Skip to content

Commit

Permalink
chore: bump version to v3.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
KingDarBoja committed Nov 28, 2020
1 parent 9815d26 commit c03e1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_server/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__all__ = ["version", "version_info"]


version = "3.0.0b2"
version = "3.0.0b3"

_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")

Expand Down

0 comments on commit c03e1a4

Please sign in to comment.