From b7725573cbd699e5b66c698677fa2e19171642d4 Mon Sep 17 00:00:00 2001 From: Stephen Afam-Osemene Date: Fri, 15 Apr 2022 13:00:21 +0200 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 8df5566c8..3faa192eb 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] +## [v4.9.3] - 2022-04-15 ### Added diff --git a/main.go b/main.go index 3c55dd3d6..f462e119e 100644 --- a/main.go +++ b/main.go @@ -15,7 +15,7 @@ import ( "github.com/volatiletech/sqlboiler/v4/importers" ) -const sqlBoilerVersion = "4.9.2" +const sqlBoilerVersion = "4.9.3" var ( flagConfigFile string