Skip to content

Commit

Permalink
Bump version to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Aug 20, 2024
1 parent 20d58b1 commit 2a65cd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

- **Your contribution here**

## v3.4.2 (2024-08-20)

- [#1156](https://github.com/exercism/cli/pull/1156) Add `test` command to Shell completions -
[@muzimuzhi]

## v3.4.1 (2024-08-15)

- [#1152](https://github.com/exercism/cli/pull/1152) Add support for Idris to `exercism test` -
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

// Version is the version of the current build.
// It follows semantic versioning.
const Version = "3.4.1"
const Version = "3.4.2"

// checkLatest flag for version command.
var checkLatest bool
Expand Down

0 comments on commit 2a65cd4

Please sign in to comment.