From 508704aa551ea4777d7bae51cae5dca346a53961 Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Tue, 16 Jan 2024 20:50:46 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8c34b679..6ce1a0252 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). -## [Unreleased] +## [4.16.0] - 2024-01-16 ### Added diff --git a/main.go b/main.go index 009765ac3..6428433b5 100644 --- a/main.go +++ b/main.go @@ -16,7 +16,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.15.0" +const sqlBoilerVersion = "4.16.0" var ( flagConfigFile string