Skip to content

Commit 6b2ca6e

Browse files
committed
v4.4.5
1 parent 38cb5e6 commit 6b2ca6e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 4.4.5
2+
- Fix: version
3+
14
# 4.4.4
25
- Fix: missing SHA in Arch PKGBUILD
36
- Fix: missing glibc on older linux version

mob.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const (
30-
versionNumber = "4.4.4"
30+
versionNumber = "4.4.5"
3131
minimumGitVersion = "2.13.0"
3232
)
3333

0 commit comments

Comments
 (0)