aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYigit Sever2022-04-25 12:57:32 +0300
committerYigit Sever2022-04-25 13:01:52 +0300
commit78eb253ced519f5f6b4c5f7f229aac3747228046 (patch)
treee68c741981163d1186812183c108948d3ef0493c /Cargo.toml
parent5f51a33fb6bc3b70a2822f507b5746882e22b45a (diff)
downloadgradecoin-78eb253ced519f5f6b4c5f7f229aac3747228046.tar.gz
gradecoin-78eb253ced519f5f6b4c5f7f229aac3747228046.tar.bz2
gradecoin-78eb253ced519f5f6b4c5f7f229aac3747228046.zip
Add new endpoint /version
Use this endpoint to compare the live version to the version on vcs From here on, the version should be updated regularly as well
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 8e3ec60..1e1fcf5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
1[package] 1[package]
2name = "gradecoin" 2name = "gradecoin"
3version = "0.2.0" 3version = "0.2.1"
4authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>", 4authors = ["Yigit Sever <yigit@ceng.metu.edu.tr>",
5 "İlker Işık (necrashter) <iiilker99@gmail.com>", 5 "İlker Işık (necrashter) <iiilker99@gmail.com>",
6 "Alperen Keleş <alpkeles99@gmail.com>"] 6 "Alperen Keleş <alpkeles99@gmail.com>"]