Skip to content

Commit

Permalink
0.0.83-build-3::Fix for version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
shammishailaj committed May 27, 2022
1 parent ba7ecdd commit 238bbaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.83-build-2
0.0.83-build-3
2 changes: 1 addition & 1 deletion templates/serve.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var serveCmd = &cobra.Command{
signal.Notify(stop, os.Interrupt, syscall.SIGINT)

r := routes.GetRoutesList(logger, router.NewRouter(), middleware.NewLog(logger, true))
r.Add("/ping", "GET", handlers.NewPing(logger, semVer).Handler)
r.Add("/ping", "GET", handlers.NewPing(logger, SEMVER).Handler)
r.Parse()

httpErr := make(chan error, 1)
Expand Down
1 change: 0 additions & 1 deletion templates/version.go.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
package cmd

import (
"{{.Name}}/pkg/schemas"
"fmt"
"github.com/spf13/cobra"
)
Expand Down

0 comments on commit 238bbaf

Please sign in to comment.