Skip to content

Commit

Permalink
Removing version
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Mar 14, 2024
1 parent f2f1ce4 commit 39a4baf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

6 changes: 2 additions & 4 deletions run/flagparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"strings"

"github.com/itzg/go-flagsfiller"
"github.com/nextmv-io/sdk"
)

// FlagParser parses flags and env vars and returns a runner config and options.
Expand Down Expand Up @@ -43,10 +42,9 @@ func usage() {
fs := flag.NewFlagSet(os.Args[0], flag.ExitOnError)
out := fs.Output()

fmt.Fprintf(
fmt.Fprint(
out,
"Nextmv Hybrid Optimization Platform %s\n",
sdk.VERSION,
"Nextmv Hybrid Optimization Platform\n",
)
fmt.Fprint(out, "Usage:\n")
flag.PrintDefaults()
Expand Down
41 changes: 0 additions & 41 deletions version.go

This file was deleted.

0 comments on commit 39a4baf

Please sign in to comment.