diff options
author | Brian Cully <bjc@kublai.com> | 2019-08-14 18:09:11 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-08-14 18:09:11 -0400 |
commit | b9eead7533b2c5d8360213c4e3104a0fa6888122 (patch) | |
tree | 294a4717aa2895cc11bec1d73ad4c24bba381961 | |
parent | 8798e2cbdf9d5791a26b85968efb14ae160fca84 (diff) | |
download | starb-b9eead7533b2c5d8360213c4e3104a0fa6888122.tar.gz starb-b9eead7533b2c5d8360213c4e3104a0fa6888122.zip |
Version bump to 0.2.v0.2.0
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "starb" description = "STAtic Ring Buffers." -version = "0.1.1" +version = "0.2.0" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" license = "LGPL-3.0-or-later" |