Skip to content

Commit 1a2b076

Browse files
committed
Bump version
1 parent 1ad1f84 commit 1a2b076

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [v3.7.1] - 2020-04-26
7+
8+
### Fixed
9+
10+
- Fix bug in --version command reporting old version
11+
612
## [v3.7.0] - 2020-03-31
713

814
### Added

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818

1919
//go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton
2020

21-
const sqlBoilerVersion = "3.6.1"
21+
const sqlBoilerVersion = "3.7.1"
2222

2323
var (
2424
flagConfigFile string

0 commit comments

Comments
 (0)