Skip to content

Commit

Permalink
Add a semantic version for Flutter (flutter#4923)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
abarth authored Aug 1, 2016
1 parent 735120f commit fb3e64c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fb3e64c

Please sign in to comment.