chore(version): set CLI version from lib

pull/515/head
1138-4EB 2018-08-22 13:15:55 +01:00
parent 0f2be941e8
commit 0c53f06c64
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ if [ "$COMMIT_SHA" != "" ]; then
sed -i.bak "s|(untracked)|($COMMIT_SHA)|g" ../lib/filebrowser.go
fi
echo "Build cmd/filebrowser"
echo "Build CLI"
CGO_ENABLED=0 go build -a -o filebrowser
if [ "$COMMIT_SHA" != "" ]; then

View File

@ -4,6 +4,7 @@ import (
"log"
"strings"
fb "github.com/filebrowser/filebrowser/lib"
homedir "github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
v "github.com/spf13/viper"
@ -14,7 +15,7 @@ var cfgFile string
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "filebrowser",
Version: "(untracked)",
Version: fb.Version,
Aliases: []string{"serve"},
Short: "A stylish web-based file manager",
Long: `Command 'serve' is the default. Filebrowser is started