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 | 12ffce08266a6c91c83faac02fb85a858b9854b9 (patch) | |
tree | 1c367c18b5c71119a578bb9dae3d1f533f132547 /build/bootstrap.build | |
parent | d7cd3997e95ea3d226eeec3a1204d04d4c0cbfca (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 2f3344b..cc5c5cf 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbpkg -version = 0.1.0 +version = 0.2.0 -using build@0.1.0 +using build@0.2.0 using config using dist using test |