diff options
Diffstat (limited to 'docs/website_files')
-rw-r--r-- | docs/website_files/theme/index.hbs | 2 | ||||
-rw-r--r-- | docs/website_files/version.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/website_files/theme/index.hbs b/docs/website_files/theme/index.hbs index b169323a43..9cf7521e80 100644 --- a/docs/website_files/theme/index.hbs +++ b/docs/website_files/theme/index.hbs @@ -142,7 +142,7 @@ <!-- Versions will be added dynamically in version-picker.js --> </ul> </div> - </div> + </div> </div> <h1 class="menu-title">{{ book_title }}</h1> diff --git a/docs/website_files/version.js b/docs/website_files/version.js index 8048916372..73f7e67f6a 100644 --- a/docs/website_files/version.js +++ b/docs/website_files/version.js @@ -1 +1 @@ -window.SYNAPSE_VERSION = 'v1.98'; +window.SYNAPSE_VERSION = "latest"; |