From 2239b7ac9f28f01f6936e77a6152e31a308b63c9 Mon Sep 17 00:00:00 2001 From: altugbakan Date: Sun, 30 Apr 2023 14:34:41 +0300 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 017f6f8..1bf47cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "tftpd" -version = "0.2.1" +version = "0.2.2" diff --git a/Cargo.toml b/Cargo.toml index a60641e..71fe963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tftpd" -version = "0.2.1" +version = "0.2.2" authors = ["Altuğ Bakan "] edition = "2021" description = "Multithreaded TFTP server daemon"