Skip to content

Commit

Permalink
bugfix: version fix (#22)
Browse files Browse the repository at this point in the history
* bugfix: wrong version

* bugfix: wrong version
  • Loading branch information
fajrifernanda authored Aug 4, 2020
1 parent 23b406c commit 3c20661
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#Fer

<a name="v1.7.2"></a>
## [v1.7.2] - 2020-08-04
### Fixes
- wrong version


<a name="v1.7.1"></a>
## [v1.7.1] - 2020-08-03
### Fixes
- fix remove install watchmedo
- remove watchmedo installer ([#21](https://github.com/kumparan/fer/issues/21))


<a name="v1.7.0"></a>
Expand Down Expand Up @@ -111,7 +117,8 @@
- db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3))


[Unreleased]: https://github.com/kumparan/fer/compare/v1.7.1...HEAD
[Unreleased]: https://github.com/kumparan/fer/compare/v1.7.2...HEAD
[v1.7.2]: https://github.com/kumparan/fer/compare/v1.7.1...v1.7.2
[v1.7.1]: https://github.com/kumparan/fer/compare/v1.7.0...v1.7.1
[v1.7.0]: https://github.com/kumparan/fer/compare/v1.6.0...v1.7.0
[v1.6.0]: https://github.com/kumparan/fer/compare/v1.5.4...v1.6.0
Expand Down
2 changes: 1 addition & 1 deletion config/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// Version define version of fer
const Version = "v1.7.0"
const Version = "v1.7.2"

0 comments on commit 3c20661

Please sign in to comment.