Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Kartikay <120778728+kartikaysaxena@users.noreply.github.com>
  • Loading branch information
kartikaysaxena committed Jul 5, 2024
1 parent 09b3b07 commit 6e60bff
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ func ParseVersion(version string) *Version {

// NewUpgradeManager creates an instance of a upgrade manager with the proper configurations
func NewUpgradeManager(logger *log.Logger, dbClient *mongo.Client) (*UpgradeManager, error) {

// added for debug only to run version manager consistently
database.UpdateVersion(dbClient, "3.3.0")

currentVersion := os.Getenv("VERSION")
log.WithFields(log.Fields{
"targetVersion": currentVersion,
Expand Down

0 comments on commit 6e60bff

Please sign in to comment.