Skip to content

Commit

Permalink
feat(github): switch version order to newest to oldest
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettDev committed Apr 19, 2024
1 parent 97388cb commit 2be1c6f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/report-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ body:
label: Version
description: What version of our software are you running?
options:
- 1.6.0-beta.1
- 1.6.0-beta.2
- 1.6.0-beta.3
- 1.6.0-beta.4
- 1.6.1-beta.1
- 1.6.1-beta.2
- 1.6.1-beta.3
- 1.6.2
- 2.0.0
- 2.0.1
- 2.0.2
- 2.0.3
- 2.0.4
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.6.2
- 1.6.1-beta.3
- 1.6.1-beta.2
- 1.6.1-beta.1
- 1.6.0-beta.4
- 1.6.0-beta.3
- 1.6.0-beta.2
- 1.6.0-beta.1
validations:
required: true
- type: dropdown
Expand Down

0 comments on commit 2be1c6f

Please sign in to comment.