From 522cef5a9a3a3b926ea1bcdde2ce8eeceb15ab2f Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Tue, 17 Nov 2020 15:32:15 -0500 Subject: [PATCH] bump version to 0.4.2 --- config.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.nix b/config.nix index a1d4d84..cf8fdac 100644 --- a/config.nix +++ b/config.nix @@ -67,8 +67,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.4.1"; - previous = "0.4.0"; + current = "0.4.2"; + previous = "0.4.1"; }; github = {