diff --git a/CHANGELOG.md b/CHANGELOG.md index 65333700..2df01e9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [4.17.1] - 2024-11-11 + +### Fixed + +- Update the version constant to prevent inaccurate warnings about the version mismatch + ## [4.17.0] - 2024-11-10 ### Added diff --git a/main.go b/main.go index f91278be..31698e68 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.16.2" +const sqlBoilerVersion = "4.17.1" var ( flagConfigFile string