Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Bump version to v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nywilken committed Feb 4, 2018
1 parent def9684 commit f74edfa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Exercism configlet follows [semantic versioning](http://semver.org/).

* [**Your contribution here**](/CONTRIBUTING.md)

## v3.7.0 (4th February 2018)

* [#98](https://github.com/exercism/configlet/pull/98) lint: Check for README presence - [@petertseng]
* [#111](https://github.com/exercism/configlet/pull/111) readme: Update UUID command example to new format - [@N-Parsons]
* [#110](https://github.com/exercism/configlet/pull/110) track: Check error on README generation - [@ferhatelmas]

## v3.6.1 (11th November 2017)

* [#106](https://github.com/exercism/configlet/pull/106) Replace broken UUID pkg - [@nywilken]
Expand Down Expand Up @@ -104,9 +110,11 @@ Exercism configlet follows [semantic versioning](http://semver.org/).
[@Insti]: https://github.com/Insti
[@ferhatelmas]: https://github.com/ferhatelmas
[@kytrinyx]: https://github.com/kytrinyx
[@N-Parsons]: https://github.com/N-Parsons
[@nywilken]: https://github.com/nywilken
[@robphoenix]: https://github.com/robphoenix
[@rpottsoh]: https://github.com/rpottsoh
[@ryanplusplus]: https://github.com/ryanplusplus
[@petertseng]: https://github.com/petertseng
[@stkent]: https://github.com/stkent
[@tleen]: https://github.com/tleen
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version is the current version of the tool.
const Version = "3.6.1"
const Version = "3.7.0"

// versionCmd represents the version command
var versionCmd = &cobra.Command{
Expand Down

0 comments on commit f74edfa

Please sign in to comment.