diff --git a/CHANGELOG.md b/CHANGELOG.md index 3faa192eb..c521eaa60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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). -## [v4.9.3] - 2022-04-15 +## [v4.10.0] - 2022-04-15 ### Added diff --git a/main.go b/main.go index f462e119e..341e93fd4 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.9.3" +const sqlBoilerVersion = "4.10.0" var ( flagConfigFile string