Skip to content

Commit e6e4aca

Browse files
committed
1.3.6
1 parent f6ad0a2 commit e6e4aca

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
@@ -3,7 +3,7 @@
33
class GenerateForm(forms.Form):
44
#Platform
55
platform = forms.ChoiceField(choices=[('windows','Windows'),('linux','Linux (currently unavailable)'),('android','Android (testing now available)')], initial='windows')
6-
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3'),('1.3.2','1.3.2'),('1.3.1','1.3.1'),('1.3.0','1.3.0')], initial='1.3.5')
6+
version = forms.ChoiceField(choices=[('master','nightly'),('1.3.6','1.3.6'),('1.3.5','1.3.5'),('1.3.4','1.3.4'),('1.3.3','1.3.3'),('1.3.2','1.3.2'),('1.3.1','1.3.1'),('1.3.0','1.3.0')], initial='1.3.6')
77
delayFix = forms.BooleanField(initial=True, required=False)
88

99
#General

0 commit comments

Comments
 (0)