File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ the future development of Gluon.
3030
3131Please refrain from using the ` master ` branch for anything else but development purposes!
3232Use the most recent release instead. You can list all releases by running ` git tag `
33- and switch to one by running ` git checkout v2023.1.1 && make update ` .
33+ and switch to one by running ` git checkout v2023.1.2 && make update ` .
3434
3535If you're using the autoupdater, do not autoupdate nodes with anything but releases.
3636If you upgrade using random master commits the nodes * might break* eventually.
Original file line number Diff line number Diff line change 1- -- This is an example site configuration for Gluon v2023.1.1
1+ -- This is an example site configuration for Gluon v2023.1.2
22--
33-- Take a look at the documentation located at
44-- https://gluon.readthedocs.io/ for details.
Original file line number Diff line number Diff line change 1- -- This is an example site configuration for Gluon v2023.1.1
1+ -- This is an example site configuration for Gluon v2023.1.2
22--
33-- Take a look at the documentation located at
44-- https://gluon.readthedocs.io/ for details.
Original file line number Diff line number Diff line change 2424author = 'Project Gluon'
2525
2626# The short X.Y version
27- version = '2023.1.1 '
27+ version = '2023.1.2 '
2828# The full version, including alpha/beta/rc tags
2929release = version
3030
Original file line number Diff line number Diff line change 1- -- This is an example site configuration for Gluon v2023.1.1
1+ -- This is an example site configuration for Gluon v2023.1.2
22--
33-- Take a look at the documentation located at
44-- https://gluon.readthedocs.io/ for details.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
88started with Gluon we recommend to use the latest stable release of Gluon.
99
1010Take a look at the `list of gluon releases `_ and notice the latest release,
11- e.g. *v2023.1.1 *. Always get Gluon using git and don't try to download it
11+ e.g. *v2023.1.2 *. Always get Gluon using git and don't try to download it
1212as a Zip archive as the archive will be missing version information.
1313
1414Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -52,7 +52,7 @@ Building the images
5252-------------------
5353
5454To build Gluon, first check out the repository. Replace *RELEASE * with the
55- version you'd like to checkout, e.g. *v2023.1.1 *.
55+ version you'd like to checkout, e.g. *v2023.1.2 *.
5656
5757::
5858
You can’t perform that action at this time.
0 commit comments