Skip to content

Commit

Permalink
Bump version to v3.5.1 (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 28, 2024
1 parent 28d1c6d commit fe08d18
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,10 @@ The exercism CLI follows [semantic versioning](http://semver.org/).

- **Your contribution here**

## v3.5.1 (2024-08-28)

- [#1162](https://github.com/exercism/cli/pull/1162) Add support for Roc to `exercism test` - [@ageron]

## v3.5.0 (2024-08-22)

- [#1157](https://github.com/exercism/cli/pull/1157) Add support for Batch to `exercism test` - [@GroophyLifefor]
Expand Down Expand Up @@ -558,3 +562,4 @@ All changes by [@msgehard]
[@halfdan]: https://github.com/halfdan
[@glennj]: https://github.com/glennj
[@tomasnorre]: https://github.com/tomasnorre
[@ageron]: https://github.com/ageron
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.5.0"
const Version = "3.5.1"

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

0 comments on commit fe08d18

Please sign in to comment.