chore: version 1.8.0
chore: remove mips and misple due to compiling issues
Former-commit-id: ff1ab1b2a7f565ab9a7ec641c2158451208b939c [formerly 4c3f92a99672985e351bba104bbdb39cb442567f] [formerly 62e767638a349586584ebf16a9bfaaeb5de485c9 [formerly 30d5603964
]]
Former-commit-id: 2aaa5a5e38f5ffd2bd08de26dc87caaabf81399c [formerly 9aa15449ec3391649367d7df8f16224d6772b8b5]
Former-commit-id: 60c82bdb832ebd50f5d9a9c6997da617849f7920
This commit is contained in:
parent
00e80365da
commit
03bdc57334
|
@ -15,10 +15,6 @@ build:
|
|||
- 386
|
||||
- arm
|
||||
- arm64
|
||||
- mips
|
||||
- mips64
|
||||
- mipsle
|
||||
- mips64le
|
||||
goarm:
|
||||
- 5
|
||||
- 6
|
||||
|
|
|
@ -23,7 +23,7 @@ import (
|
|||
|
||||
const (
|
||||
// Version is the current File Browser version.
|
||||
Version = "(untracked)"
|
||||
Version = "1.8.0"
|
||||
|
||||
ListViewMode = "list"
|
||||
MosaicViewMode = "mosaic"
|
||||
|
|
|
@ -1 +1 @@
|
|||
874cb4f3e39c52014a4874f9a20e0f6a13cffbec
|
||||
a48cd194336986773da16bd667eb3dbb17ad9b2c
|
Loading…
Reference in New Issue