aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-18 07:56:32 +0000
committerFuwn <[email protected]>2022-07-18 07:56:32 +0000
commit378d4a904fbec7e45395abd409a898106e11bef8 (patch)
treee18cf9382f0912c403a7af8d4afe040d18ed962c /Cargo.toml
parentfix: license template text (diff)
downloadsydney-378d4a904fbec7e45395abd409a898106e11bef8.tar.xz
sydney-378d4a904fbec7e45395abd409a898106e11bef8.zip
fix(main.rs): trim version for compare and displayv0.1.7
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 6c8ee2e..a6e119b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "sydney"
-version = "0.1.6"
+version = "0.1.7"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "Vim-like, Command-line Gemini Client"