Skip to content

Commit 3b1f527

Browse files
committed
Bump version
1 parent 33a326a commit 3b1f527

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [4.19.7] - 2025-12-31
8+
9+
### Fixed
10+
11+
- Version number in main.go
12+
713
## [4.19.6] - 2025-12-31
814

915
### Fixed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/aarondl/sqlboiler/v4/importers"
1717
)
1818

19-
const sqlBoilerVersion = "4.19.5"
19+
const sqlBoilerVersion = "4.19.7"
2020

2121
var (
2222
flagConfigFile string
@@ -322,4 +322,4 @@ func withDefaultCase(configCase string, defaultCases ...string) boilingcore.TagC
322322
}
323323

324324
return boilingcore.TagCaseSnake
325-
}
325+
}

0 commit comments

Comments
 (0)