Skip to content

Commit

Permalink
Version upgrade 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VjeraTurk committed Sep 2, 2024
1 parent d1cfa49 commit 88b853b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func NewApp(cfg *config.Config) (*App, error) {
defer logger.Sync() //nolint:errcheck

// TODO @evlekht use actual git tag/commit
app.logger.Info("version: 8.0.0")
app.logger.Info("version: 9.0.0")

return app, nil
}
Expand Down

0 comments on commit 88b853b

Please sign in to comment.