From 73a6b23d866a477516b65df2169baddf18f28252 Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Thu, 25 Jun 2020 09:26:30 -0700 Subject: [PATCH] new holonix version --- example.config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example.config.nix b/example.config.nix index 83408691..b5432427 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.76"; - previous = "0.0.75"; + current = "0.0.77"; + previous = "0.0.76"; }; github = {