Skip to content

Commit

Permalink
Log out the current version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Jun 28, 2016
1 parent 1fe62ec commit 21a1f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fakecas.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var (
)

func main() {
fmt.Println("Starting FakeCAS 0.8.0")
flag.Parse()
e := echo.New()
e.Use(mw.LoggerWithConfig(mw.LoggerConfig{
Expand Down

0 comments on commit 21a1f7c

Please sign in to comment.