From 548cb377592e0fe5dde119279dd0ed5799efa7da Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Sat, 27 Nov 2021 13:30:44 +0100 Subject: [PATCH] bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index af4b11a..9684fbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "api" -version = "0.1.0" +version = "0.7.5" edition = "2018" license = "AGPL-3.0-or-later" authors = ["Denys Konovalov "]