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 1e0c661 commit e4d4b94Copy full SHA for e4d4b94
CHANGELOG.md
@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
4
and this project adheres to [Semantic
5
Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [4.17.1] - 2024-11-11
8
+
9
+### Fixed
10
11
+- Update the version constant to prevent inaccurate warnings about the version mismatch
12
13
## [4.17.0] - 2024-11-10
14
15
### Added
main.go
@@ -16,7 +16,7 @@ import (
16
"github.com/volatiletech/sqlboiler/v4/importers"
17
)
18
19
-const sqlBoilerVersion = "4.16.2"
+const sqlBoilerVersion = "4.17.1"
20
21
var (
22
flagConfigFile string
0 commit comments