From e6f2f12dc9dbeef2a94e37bcbb6d8d8c723bfe3b Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Thu, 15 Mar 2018 19:47:16 -0500 Subject: [PATCH] Update the minor version again. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a7eb49..b43b405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.0.2" +version = "0.0.3" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"