aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorReiner Herrmann <reiner@reiner-h.de>2019-03-12 20:10:58 +0100
committerReiner Herrmann <reiner@reiner-h.de>2019-03-12 20:10:58 +0100
commitfb7b378d8709e5d861876f40cb5c408fdb5b2a43 (patch)
treeda227f3a9a1ad572654e4af1c04e8759818697b2 /Cargo.toml
parent1967bf87b37aa9ee3deecd158202fda91adc7089 (diff)
Bump version to 1.0.01.0.0
The current state is considered feature-complete, as the main TFTP RFC and the important extensions have been implemented.
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 aed023d..eb4bc6a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rtftp"
-version = "0.1.0"
+version = "1.0.0"
authors = ["Reiner Herrmann <reiner@reiner-h.de>"]
edition = "2018"
license = "GPL-3.0-or-later"