Skip to content

Commit

Permalink
Merge pull request #554 from dtrudg/3.9.5-versions
Browse files Browse the repository at this point in the history
Bump MD & CI version strings for release 3.9.5
  • Loading branch information
dtrudg authored Feb 4, 2022
2 parents 51bf0b4 + 7e7d893 commit e21550b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
go-version:
type: string
default: '1.17.5'
default: '1.17.6'

executors:
node:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SingularityCE Changelog

## Changes Since Last Release
## v3.9.5 \[2022-02-04\]

### Changed defaults / behaviours

Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ cd singularity
By default your clone will be on the `master` 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 3.9.4 release checkout the `v3.9.4` tag:
compiling. E.g. to build the 3.9.5 release checkout the `v3.9.5` tag:

```sh
git checkout v3.9.4
git checkout v3.9.5
```

## Compiling SingularityCE
Expand Down

0 comments on commit e21550b

Please sign in to comment.