Skip to content

Commit

Permalink
Merge pull request #2901 from dtrudg/prep-4.1.3
Browse files Browse the repository at this point in the history
chore: prepare 4.1.3 release
  • Loading branch information
dtrudg authored May 8, 2024
2 parents 31ffd68 + 8a4b136 commit 53e19ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingularityCE Changelog

## Change Since Last Release
## 4.1.3 \[2024-05-08\]

### Requirements

Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,11 @@ cd singularity
By default your clone will be on the `main` branch which is where development
of SingularityCE happens. To build a specific version of SingularityCE, check
out a [release tag](https://github.com/sylabs/singularity/tags) before
compiling. E.g. to build the 4.1.2 release, checkout the
`v4.1.2` tag:
compiling. E.g. to build the 4.1.3 release, checkout the
`v4.1.3` tag:

```sh
git checkout --recurse-submodules v4.1.2
git checkout --recurse-submodules v4.1.3
```

## Compiling SingularityCE
Expand Down Expand Up @@ -326,7 +326,7 @@ build and install the RPM like this:
<!-- markdownlint-disable MD013 -->

```sh
export VERSION=4.1.2 # this is the singularity version, change as you need
export VERSION=4.1.3 # this is the singularity version, change as you need

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

0 comments on commit 53e19ae

Please sign in to comment.