From ba6e5453c95933640bcc5edecb9dde70973732c8 Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Tue, 4 Aug 2015 17:13:37 -0400 Subject: [PATCH] Bump version number --- libjsonnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libjsonnet.h b/libjsonnet.h index df0b4775e..748b4609d 100644 --- a/libjsonnet.h +++ b/libjsonnet.h @@ -23,7 +23,7 @@ limitations under the License. */ -#define LIB_JSONNET_VERSION "v0.7.8" +#define LIB_JSONNET_VERSION "v0.7.9" /** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning