From 9be983d777c13c0c42e05e9b1d84a9d12699182b Mon Sep 17 00:00:00 2001 From: James Kominick Date: Thu, 15 Nov 2018 23:56:42 -0500 Subject: [PATCH] temp high version release for running github example --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8fa835..8a18201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "self_update" -version = "0.4.4" +# version = "0.4.4" +version = "9.9.10" description = "Self updates for standalone executables" repository = "https://github.com/jaemk/self_update" keywords = ["update", "upgrade", "download", "release"]