reverse order of release list

Signed-off-by: LiHui <andrewli@yunify.com>
This commit is contained in:
LiHui
2021-04-08 11:20:37 +08:00
parent c023fb13a0
commit 74fb76a48e
2 changed files with 7 additions and 11 deletions

View File

@@ -909,5 +909,6 @@ const (
ActionReject = "reject"
ActionSubmit = "submit"
ActionRelease = "release"
Ascending = "ascending"
ActionIndex = "index"
)