diff options
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index f8e9522..35f0dfa 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,4 +3,9 @@ # license : MIT; see accompanying LICENSE file project = bpkg +version = 0.1.0 + using config +using dist + +dist.package = $project-$version |