Skip to content

Commit 0d2a538

Browse files
committed
Bump version
1 parent 9f46cf2 commit 0d2a538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic
55
Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [v4.7.0] - 2021-09-26
88

99
### Added
1010

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
//go:embed templates templates_test
2121
var templatesBuiltin embed.FS
2222

23-
const sqlBoilerVersion = "4.6.0"
23+
const sqlBoilerVersion = "4.7.0"
2424

2525
var (
2626
flagConfigFile string

0 commit comments

Comments
 (0)