diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-31 10:54:51 +0200 |
commit | 17def89b745024067063c638810a30aa85a55fdc (patch) | |
tree | 09399f82e5acefc7c8af37f225cfa7c54eaea5ad /build/bootstrap.build | |
parent | c84b5ac646cae0bd600c1214746fd3f59c7f5a03 (diff) |
Bump version to 0.2.0 final
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index cfe3195..4c33bed 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file project = bpkg -version = 0.1.0 +version = 0.2.0 -using build@0.1.0 +using build@0.2.0 using config using dist using install |