Browse Source

Bug fix for RC3

Vince Salvino 2 years ago
parent
commit
a36a1607ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      coderedcms/__init__.py

+ 1 - 1
coderedcms/__init__.py

@@ -14,7 +14,7 @@ Maintains version of coderedcms.
 
 See: https://www.python.org/dev/peps/pep-0440/
 """
-release = ["1", "0", "0", "rc2", ""]
+release = ["1", "0", "0", "rc3", ""]
 
 
 def _get_version() -> str: