Skip to content

Commit 1650f87

Browse files
Merge pull request #1709 from michael-wisely-gravwell/5.8.8-loose-ends
Update a couple missed version numbers
2 parents 763a2b5 + 493129a commit 1650f87

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

_static/versions.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
[
22
{
3-
"name": "v5.8.7 (latest)",
4-
"version": "v5.8.7",
3+
"name": "v5.8.8 (latest)",
4+
"version": "v5.8.8",
55
"url": "/",
66
"preferred": true
77
},
8+
{
9+
"version": "v5.8.7",
10+
"url": "/v5.8.7/"
11+
},
812
{
913
"version": "v5.8.6",
1014
"url": "/v5.8.6/"

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
project = "Gravwell"
2323
copyright = f"Gravwell, Inc. {date.today().year}"
2424
author = "Gravwell, Inc."
25-
release = "v5.8.7"
25+
release = "v5.8.8"
2626

2727
# Default to localhost:8000, so the version switcher looks OK on livehtml
2828
version_list_url = os.environ.get(

quickstart/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This guide is suitable for Community Edition users as well as users with a paid
5555

5656
You may find the [installation checklist](checklist) and the [glossary](/glossary/glossary) useful companions to this document.
5757

58-
If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.8.7/gravwell_training_v5.8.7.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository.
58+
If you are interested in a complete training package, please see the [complete training PDF](https://github.com/gravwell/training/releases/download/v5.8.8/gravwell_training_v5.8.8.pdf). The Gravwell training PDF is the complete training manual which is paired with labs and exercises. The exercises are built from the open source [Gravwell Training](https://github.com/gravwell/training) repository.
5959

6060
```{note}
6161
Community Edition users will need to obtain their own license from [https://www.gravwell.io/download](https://www.gravwell.io/download) before beginning installation. Paid users should already have received a license file via email.

0 commit comments

Comments
 (0)