Skip to content

Commit 80fc9f6

Browse files
committed
v1.3.8
1 parent b567c74 commit 80fc9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rdgenerator/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class GenerateForm(forms.Form):
55
#Platform
66
platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android'),('macos','macOS')], initial='windows')
7-
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.8','1.3.8'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3')], initial='1.3.7')
7+
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.8','1.3.8'),('1.3.7','1.3.7'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3')], initial='1.3.8')
88
delayFix = forms.BooleanField(initial=True, required=False)
99

1010
#General

0 commit comments

Comments
 (0)