From 62c7a44c6939a28133813b6ecbfcac9c5196f66f Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Sun, 10 Jun 2018 13:54:39 -0500 Subject: [PATCH] VERSION: Bump to 0.1.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f5b2cfe..71d3c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ucg" -version = "0.1.3" +version = "0.1.4" authors = ["Jeremy Wall "] description = "A configuration generation grammar." repository = "https://github.com/zaphar/ucg"