Skip to content

Commit

Permalink
Toggle nightly versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Nov 20, 2018
1 parent 36f2a6e commit acc5e8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
year = time.strftime('%y')
month = time.strftime('%m').lstrip('0')
day = time.strftime('%d').lstrip('0')
# validatorVersion = "%s.%s.%s" % (year, month, day)
validatorVersion = "18.11.5"
validatorVersion = "%s.%s.%s" % (year, month, day)
#validatorVersion = "18.11.5"
jingVersion = "20180722VNU"
htmlparserVersion = "1.4.12"
cssvalidatorVersion = "1.0.4"
Expand Down

0 comments on commit acc5e8c

Please sign in to comment.