Skip to content

Commit

Permalink
Update upgrade version number as it will likely be happening in June …
Browse files Browse the repository at this point in the history
…and not May.
  • Loading branch information
marcelovilla committed May 23, 2024
1 parent fbb888f commit 4b5ff03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_nebari/upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -785,8 +785,8 @@ def _version_specific_upgrade(
return config


class Upgrade_2024_5_2(UpgradeStep):
version = "2024.5.2"
class Upgrade_2024_6_1(UpgradeStep):
version = "2024.6.1"

def _version_specific_upgrade(
self, config, start_version, config_filename: Path, *args, **kwargs
Expand Down

0 comments on commit 4b5ff03

Please sign in to comment.