Skip to content

Commit d614e4f

Browse files
committed
Bump version to 16.9.1
1 parent fcbabc2 commit d614e4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Core
22

3+
#### Core v16.9.0 > v16.9.1
4+
5+
- Fix v1 import app
6+
37
#### Core v16.8.0 > v16.9.0
48

59
- Add new placeholders and parameters for placeholder

app/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string {
3030
var Version = versionInfo{
3131
Major: 16,
3232
Minor: 9,
33-
Patch: 0,
33+
Patch: 1,
3434
}
3535

3636
// Commit is the git commit the app is build from. It should be filled in during compilation

0 commit comments

Comments
 (0)