diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 15:00:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-07 15:00:53 +0200 |
commit | 968d713dc929b0ab86738846e0f38399c3af2b3f (patch) | |
tree | 7c94b9e63b217c8f3ebcfb10b1893afe5cc755e1 /build/bootstrap.build | |
parent | 74bbd943c042478ac550ba7bf6fec0a14ae14bcf (diff) |
Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme
Diffstat (limited to 'build/bootstrap.build')
-rw-r--r-- | build/bootstrap.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build index 3402694..56f9953 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,7 @@ # license : MIT; see accompanying LICENSE file project = bpkg -version = 0.1.0.a1 +version = 0.1.0-a1 using config using dist |