From f0901abe4224431335751db8c1f19e37fe5f722e Mon Sep 17 00:00:00 2001 From: Ashley Date: Thu, 6 Feb 2020 14:25:50 -0500 Subject: [PATCH] Added Version.json - For appveyor to inject the build version and commit --- Version.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Version.json diff --git a/Version.json b/Version.json new file mode 100644 index 0000000000..89febf0ee4 --- /dev/null +++ b/Version.json @@ -0,0 +1,4 @@ +{ + "BuildVer":"_ver", + "BuildCommit":"_commit" +} \ No newline at end of file