From 61f428cc02559e31da1b4df2b5a290d5358dad93 Mon Sep 17 00:00:00 2001 From: Aaron L Date: Sun, 6 Jun 2021 21:13:44 -0700 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 5fc0b8725..6316ba0d6 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.6.0] - 2021-06-06 ### Added diff --git a/main.go b/main.go index f1019de77..54966acd1 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( //go:generate go-bindata -nometadata -pkg templatebin -o templatebin/bindata.go templates templates/singleton templates_test templates_test/singleton -const sqlBoilerVersion = "4.5.0" +const sqlBoilerVersion = "4.6.0" var ( flagConfigFile string