From f110eb45cf823e3cfa8338a810a62d4d9804886c Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Wed, 1 Jul 2020 12:19:46 -0400 Subject: [PATCH] update version in config to 0.3.5 --- config.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/config.nix b/config.nix index a9e92a0..d2550fa 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.0.1"; - previous = "_._._"; + current = "0.3.5"; + previous = "0.3.4"; }; github = { @@ -78,14 +78,7 @@ echo "All finished!!!" template = '' {{ changelog }} -# Installation - -Use Holonix to work with this repository. - -See: - -- https://github.com/holochain/holonix -- https://nixos.org/ +This UI is useful only for the purposes of of running within acorn-release distribution, or Holoscape distribution. Do not download these files and try to run them directly, or standalone. ''; # owner of the github repository that release are deployed to