chore: version 1.8.0
chore: remove mips and misple due to compiling issuespull/455/head
parent
102df60321
commit
30d5603964
|
@ -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"
|
||||
|
|
166
rice-box.go
166
rice-box.go
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue