Forgot the comma :(

This commit is contained in:
Robbie Trencheny 2016-11-29 14:49:05 -05:00 committed by Fabian Affolter
parent b319575cba
commit c6d8fe96d1
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -7,7 +7,7 @@
"release_notes_path": "{{ recent_release_post.url }}",
"release_title": "{{ recent_release_post.title }}",
"release_description": "{{ recent_release_post.description }}",
"patch_version_notes": "{{ site.patch_version_notes }}"
"patch_version_notes": "{{ site.patch_version_notes }}",
"root_url": "{{ site.url }}",
"semantic_version": {
"major": {{ site.current_major_version }},