diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 08:57:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-08 08:57:24 +0200 |
commit | 7a0b7fd30e78b997990d22eb39e729572bebbf5d (patch) | |
tree | 1f66695dbe3932c6a65106802fc6c2fc1428fc05 /build/bootstrap.build | |
parent | 5a5b32d0142ab979da6bdfaf7f888cab6da4d1d4 (diff) |
Change version back to 0.1.0
The new plan is to use 0.1.0, 0.2.0 rather than 0.1.0-a1, 0.1.0-a2 for
early development. Easier on the eye and we have 99 versions instead of
49.
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 3d6920e..35ac763 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,8 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbpkg -version = 0.1.0-a1 +version = 0.1.0 +using build@0.1.0 using config using dist using test |