aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-11-07 16:43:32 +0000
committerAkshay <[email protected]>2019-11-07 16:43:32 +0000
commit6ce0fc0212a34ffb647b24d9d903029ac4518165 (patch)
tree2a5d93a3f23d74fb424b0ccf416ef9c6d722cfeb
parent016e9e7036c38d22322277ef6649baf96f0c4c00 (diff)
bump version
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72be383..ae37294 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "eva" 2name = "eva"
3version = "0.2.6" 3version = "0.2.7"
4authors = ["NerdyPepper <[email protected]>"] 4authors = ["NerdyPepper <[email protected]>"]
5edition = "2018" 5edition = "2018"
6description = "Calculator REPL similar to bc(1)" 6description = "Calculator REPL similar to bc(1)"