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 | 68b1728921f6141542daa334b6a7ec840c7eeb35 (patch) | |
tree | 6266679b22b39dde7f83399fbf9fdc0546cbd997 /build/bootstrap.build | |
parent | cca1dff7339ed711ef541f908020f7d0aa1da649 (diff) |
Bump version to 0.4.0-a1, master is open for business
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 40ee2de..eb8e1d7 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,10 +3,10 @@ # license : MIT; see accompanying LICENSE file project = build2 -version = 0.3.0 +version = 0.4.0-a1 subprojects = # No subprojects. -using build@0.2.0 +using build@0.3.0 using config using dist using test |