From f68ed0571026658c71d860a1e23d20da54a8e7a8 Mon Sep 17 00:00:00 2001 From: Dave Cunningham Date: Mon, 17 Oct 2016 12:42:09 -0400 Subject: [PATCH] Bump version to v0.9.0 --- include/libjsonnet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libjsonnet.h b/include/libjsonnet.h index 945371812..b4e5ea6ca 100644 --- a/include/libjsonnet.h +++ b/include/libjsonnet.h @@ -25,7 +25,7 @@ limitations under the License. */ -#define LIB_JSONNET_VERSION "v0.8.9" +#define LIB_JSONNET_VERSION "v0.9.0" /** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning