浏览代码

Bug fix for RC3

Vince Salvino 2 年之前
父节点
当前提交
a36a1607ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: