mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-01-06 07:13:17 +08:00
add version info
This commit is contained in:
parent
b95a156e5a
commit
875f714d90
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/lacion/cookiecutter_golang_example/version"
|
"github.com/nicksherron/bashhub-server/version"
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue