Skip to content

Commit

Permalink
Merge pull request #2263 from dtrudg/prep-401
Browse files Browse the repository at this point in the history
chore(docs): Prepare for 4.0.1 release
  • Loading branch information
dtrudg committed Oct 13, 2023
2 parents 81c79c0 + 4f43ecc commit 26ea619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
# SingularityCE Changelog

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

### New Features & Functionality

Expand Down
8 changes: 4 additions & 4 deletions INSTALL.md
Expand Up @@ -221,11 +221,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.0.0 release, checkout the
`v4.0.0` tag:
compiling. E.g. to build the 4.0.1 release, checkout the
`v4.0.1` tag:

```sh
git checkout --recurse-submodules v4.0.0
git checkout --recurse-submodules v4.0.1
```

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

```sh
export VERSION=4.0.0 # this is the singularity version, change as you need
export VERSION=4.0.1 # 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 26ea619

Please sign in to comment.