File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# SingularityCE Changelog
22
3- ## Changes Since Last Release
3+ ## 4.0.1 \[ 2023-10-13 \]
44
55### New Features & Functionality
66
Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ cd singularity
221221By default your clone will be on the ` main ` branch which is where development
222222of SingularityCE happens. To build a specific version of SingularityCE, check
223223out a [ release tag] ( https://github.com/sylabs/singularity/tags ) before
224- compiling. E.g. to build the 4.0.0 release, checkout the
225- ` v4.0.0 ` tag:
224+ compiling. E.g. to build the 4.0.1 release, checkout the
225+ ` v4.0.1 ` tag:
226226
227227``` sh
228- git checkout --recurse-submodules v4.0.0
228+ git checkout --recurse-submodules v4.0.1
229229```
230230
231231## Compiling SingularityCE
@@ -276,7 +276,7 @@ build and install the RPM like this:
276276<!-- markdownlint-disable MD013 -->
277277
278278``` sh
279- export VERSION=4.0.0 # this is the singularity version, change as you need
279+ export VERSION=4.0.1 # this is the singularity version, change as you need
280280
281281# Fetch the source
282282wget https://github.com/sylabs/singularity/releases/download/v${VERSION} /singularity-ce-${VERSION} .tar.gz
You can’t perform that action at this time.
0 commit comments