We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad1f84 commit 1a2b076Copy full SHA for 1a2b076
CHANGELOG.md
@@ -3,6 +3,12 @@
3
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5
6
+## [v3.7.1] - 2020-04-26
7
+
8
+### Fixed
9
10
+- Fix bug in --version command reporting old version
11
12
## [v3.7.0] - 2020-03-31
13
14
### Added
main.go
@@ -18,7 +18,7 @@ import (
18
19
//go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton
20
21
-const sqlBoilerVersion = "3.6.1"
+const sqlBoilerVersion = "3.7.1"
22
23
var (
24
flagConfigFile string
0 commit comments