We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbabc2 commit d614e4fCopy full SHA for d614e4f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Core
2
3
+#### Core v16.9.0 > v16.9.1
4
+
5
+- Fix v1 import app
6
7
#### Core v16.8.0 > v16.9.0
8
9
- Add new placeholders and parameters for placeholder
app/version.go
@@ -30,7 +30,7 @@ func (v versionInfo) MinorString() string {
30
var Version = versionInfo{
31
Major: 16,
32
Minor: 9,
33
- Patch: 0,
+ Patch: 1,
34
}
35
36
// Commit is the git commit the app is build from. It should be filled in during compilation
0 commit comments