Skip to content

Commit

Permalink
fix reference to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Apr 22, 2024
1 parent 6453007 commit 8c9a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/python/model/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __init__(self, parent, new_versions, issues):
mod = 'Beta'
elif v.dev:
mod = 'Dev'
elif v.rc:
elif v.release_candidate:
mod = 'Release Candidate'
else:
mod = 'Final'
Expand Down

0 comments on commit 8c9a400

Please sign in to comment.