summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCyril Plisko <cyril.plisko@mountall.com>2016-08-16 13:00:24 +0300
committerCyril Plisko <cyril.plisko@mountall.com>2016-08-16 13:00:24 +0300
commitde5fe5144ebc3f76a925f5d3e52fd7b25c42c601 (patch)
tree8ac422313c30bfe42c35e84b71c8730cde666980 /Cargo.toml
parenteda38c888fdd903fa693f60e5ceef59cfdefdb9c (diff)
Bump version to 0.9.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6cc0cdd..72e938b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["pager", "less", "more"]
license = "Apache-2.0/MIT"
homepage = "https://gitlab.com/imp/pager-rs"
name = "pager"
-version = "0.2.2"
+version = "0.9.0"
[dependencies]
libc = "0.2"