We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19a7e2 commit d5f1f5cCopy full SHA for d5f1f5c
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v5.4.2](https://github.com/containeroo/SyncFlaer/tree/v5.4.2) (2022-03-22)
4
+
5
+[All Commits](https://github.com/containeroo/SyncFlaer/compare/v5.4.1...v5.4.2)
6
7
+**Dependencies:**
8
9
+- Bump several dependencies
10
11
## [v5.4.1](https://github.com/containeroo/SyncFlaer/tree/v5.4.1) (2022-02-15)
12
13
[All Commits](https://github.com/containeroo/SyncFlaer/compare/v5.4.0...v5.4.1)
cmd/syncflaer/main.go
@@ -12,7 +12,7 @@ import (
log "github.com/sirupsen/logrus"
)
14
15
-const version string = "5.4.1"
+const version string = "5.4.2"
16
17
func main() {
18
log.SetOutput(os.Stdout)
0 commit comments