From 4fa96eded2f5a7cd718ba48cd51ad1044da523a9 Mon Sep 17 00:00:00 2001 From: Christopher Collins Date: Wed, 9 May 2018 12:04:37 -0700 Subject: [PATCH] Add `version.yml` to master. Newt uses the `version.yml` file to determine the version of a checked out repo. This should always be 0.0.0 in the master branch. Please see https://github.com/apache/mynewt-newt/pull/165 for more information about newt uses this file. --- version.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 version.yml diff --git a/version.yml b/version.yml new file mode 100644 index 000000000..db103d80e --- /dev/null +++ b/version.yml @@ -0,0 +1,3 @@ +# Newt uses this file to determine the version of a checked out repo. +# This should always be 0.0.0 in the master branch. +repo.version: 0.0.0