From fb3e64cce4fdcd18182677074329ca098a29902c Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Mon, 1 Aug 2016 14:15:37 -0700 Subject: [PATCH] Add a semantic version for Flutter (#4923) This patch starts a semantic versioning scheme for Flutter. We're still experimenting with semantic versioning, which means the version number might not be reliable yet. --- VERSION | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..f34612b71e8 --- /dev/null +++ b/VERSION @@ -0,0 +1,9 @@ +# This file defines a semantic version for the Flutter SDK. This version will +# describes breaking changes in the SDK as a whole, separately from the +# individual packages in the SDK. For example, if the flutter command line +# tool's options change in an incompatible way, this version will update to +# reflect that change. However, if the API for package:flutter changes in an +# incompatible way, this version number might not change. Instead, the version +# number for package:flutter will update to reflect that change. + +0.0.1