diff --git a/cmd/version.go b/cmd/version.go index 15a1f30..eb253a7 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -2,7 +2,7 @@ package cmd import ( "fmt" - "github.com/lacion/cookiecutter_golang_example/version" + "github.com/nicksherron/bashhub-server/version" "github.com/spf13/cobra" )