Skip to content

Commit 26ea619

Browse files
authored
Merge pull request #2263 from dtrudg/prep-401
chore(docs): Prepare for 4.0.1 release
2 parents 81c79c0 + 4f43ecc commit 26ea619

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SingularityCE Changelog
22

3-
## Changes Since Last Release
3+
## 4.0.1 \[2023-10-13\]
44

55
### New Features & Functionality
66

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ cd singularity
221221
By default your clone will be on the `main` branch which is where development
222222
of SingularityCE happens. To build a specific version of SingularityCE, check
223223
out 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
282282
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)