Skip to content

Commit 992e72f

Browse files
rotanidmweinelt
authored andcommitted
docs, README: Gluon v2018.2.4
1 parent 1e66cd9 commit 992e72f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the future development of Gluon.
2121

2222
Please refrain from using the `master` branch for anything else but development purposes!
2323
Use the most recent release instead. You can list all releases by running `git tag`
24-
and switch to one by running `git checkout v2018.2.3 && make update`.
24+
and switch to one by running `git checkout v2018.2.4 && make update`.
2525

2626
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
2727
If you upgrade using random master commits the nodes *will break* eventually.

docs/site-example/site.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- This is an example site configuration for Gluon v2018.2.3
1+
-- This is an example site configuration for Gluon v2018.2.4
22
--
33
-- Take a look at the documentation located at
44
-- https://gluon.readthedocs.io/ for details.

docs/user/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
88
started with Gluon we recommend to use the latest stable release of Gluon.
99

1010
Take a look at the `list of gluon releases`_ and notice the latest release,
11-
e.g. *v2018.2.3*. Always get Gluon using git and don't try to download it
11+
e.g. *v2018.2.4*. Always get Gluon using git and don't try to download it
1212
as a Zip archive as the archive will be missing version information.
1313

1414
Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -44,7 +44,7 @@ Building the images
4444
-------------------
4545

4646
To build Gluon, first check out the repository. Replace *RELEASE* with the
47-
version you'd like to checkout, e.g. *v2018.2.3*.
47+
version you'd like to checkout, e.g. *v2018.2.4*.
4848

4949
::
5050

0 commit comments

Comments
 (0)