From 32cc2b944c5886cbd09bc24da5df37d0ce9288b3 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 9 Jul 2017 20:11:50 +0100 Subject: [PATCH] Move hard-coded version string into a VERSION file --- VERSION | 1 + common-flow.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..9c21819 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +1.0.0-rc.1 diff --git a/common-flow.md b/common-flow.md index 9506836..466af8a 100644 --- a/common-flow.md +++ b/common-flow.md @@ -1,4 +1,4 @@ -Git Common-Flow 1.0.0-rc.1 +Git Common-Flow {{version}} ============================== Summary