From 2cea033e3b40b29f13f0cbda7a23a7109c776048 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Wed, 30 May 2018 23:02:40 -0500 Subject: [PATCH] Update version to v0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f581814..f5b2cfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.1.2" +version = "0.1.3" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"