diff --git a/example.config.nix b/example.config.nix index 9a4f584b..7415b018 100644 --- a/example.config.nix +++ b/example.config.nix @@ -68,8 +68,8 @@ echo "All finished!!!" # the previous version will be scanned/bumped by release scripts # the current version is what the release scripts bump *to* version = { - current = "0.0.61"; - previous = "0.0.60"; + current = "0.0.62"; + previous = "0.0.61"; }; github = {