From 227a1e3e3aff33c3317b3a9ed82062722a8547ce Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Sun, 1 Sep 2019 12:42:10 -0700 Subject: [PATCH] 0.0.8 Signed-off-by: Ana Hobden --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index db0be3f..b169cb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ Getset, we're ready to go! A procedural macro for generating the most basic getters and setters on fields. """ -version = "0.0.7" +version = "0.0.8" authors = ["Ana Hobden "] license = "MIT" edition = "2018"