Skip to content

Commit 65106af

Browse files
authored
Merge pull request #3056 from cyanezstange/release-4.1-update-singularity-version
Prepare 4.1.4 release
2 parents c8fa8e8 + 89780bd commit 65106af

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.1.4 \[2024-06-28\]
44

55
### Bug Fixes
66

INSTALL.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ cd singularity
232232
By default your clone will be on the `main` branch which is where development
233233
of SingularityCE happens. To build a specific version of SingularityCE, check
234234
out a [release tag](https://github.com/sylabs/singularity/tags) before
235-
compiling. E.g. to build the 4.1.3 release, checkout the
236-
`v4.1.3` tag:
235+
compiling. E.g. to build the 4.1.4 release, checkout the
236+
`v4.1.4` tag:
237237

238238
```sh
239-
git checkout --recurse-submodules v4.1.3
239+
git checkout --recurse-submodules v4.1.4
240240
```
241241

242242
## Compiling SingularityCE
@@ -326,7 +326,7 @@ build and install the RPM like this:
326326
<!-- markdownlint-disable MD013 -->
327327

328328
```sh
329-
export VERSION=4.1.3 # this is the singularity version, change as you need
329+
export VERSION=4.1.4 # this is the singularity version, change as you need
330330

331331
# Fetch the source
332332
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-ce-${VERSION}.tar.gz

0 commit comments

Comments
 (0)