Skip to content

Commit

Permalink
Update version numbers in preparation for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dana-ross authored Dec 25, 2020
1 parent 1087efe commit 510c239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ func main() {

// Handle the --version parameter
if *versionParam {
fmt.Printf("%s\n", "2.2.1")
fmt.Printf("%s\n", "2.2.2")
os.Exit(0)
}

log.Println("Starting Adrian 2.1.1")
log.Println("Starting Adrian 2.2.2")
log.Println("Loading adrian.yaml")
var config adrianConfig.Config
if *configParam != "" {
Expand Down Expand Up @@ -253,4 +253,4 @@ func formatAccessLogMessage(c echo.Context, responseStatus int, responseLength i
)

return logMessage
}
}

0 comments on commit 510c239

Please sign in to comment.