diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:51:35 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:51:35 +0200 |
commit | 2f523c3d7a7dcd42859951b1b6898ef49299116d (patch) | |
tree | 0cb248d261784fe8abfd7bbec2b49e8302e4ac65 /build | |
parent | 27357d3836b34f2ac6b894aafd2faf542e6e13eb (diff) |
Bump version to 0.4.0-a1, master is open for business
Diffstat (limited to '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 72d5a7d..f6dac48 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,9 +3,9 @@ # license : MIT; see accompanying LICENSE file project = libbpkg -version = 0.3.0 +version = 0.4.0-a1 -using build@0.2.0 +using build@0.3.0 using config using dist using test |