diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index 75e559988..bf349df65 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -15,7 +15,7 @@ add_dependencies(libjsonnet++ jsonnet) # CMake prepends CMAKE_SHARED_LIBRARY_PREFIX to shared libraries, so without # this step the output would be |liblibjsonnet|. set_target_properties(libjsonnet++ PROPERTIES OUTPUT_NAME jsonnet++ - VERSION "0.13.0" + VERSION "0.14.0" SOVERSION "0" PUBLIC_HEADER "${LIB_HEADER}") install(TARGETS libjsonnet++ diff --git a/include/libjsonnet.h b/include/libjsonnet.h index cc9ee5108..0c4bbc865 100644 --- a/include/libjsonnet.h +++ b/include/libjsonnet.h @@ -31,7 +31,7 @@ limitations under the License. * * If this isn't the sae as jsonnet_version() then you've got a mismatched binary / header. */ -#define LIB_JSONNET_VERSION "v0.13.0" +#define LIB_JSONNET_VERSION "v0.14.0" /** Return the version string of the Jsonnet interpreter. Conforms to semantic versioning * http://semver.org/ If this does not match LIB_JSONNET_VERSION then there is a mismatch between diff --git a/test_cmd/fmt_help.golden.stdout.cpp b/test_cmd/fmt_help.golden.stdout.cpp index 5f8031a1c..7c9b19eab 100644 --- a/test_cmd/fmt_help.golden.stdout.cpp +++ b/test_cmd/fmt_help.golden.stdout.cpp @@ -1,4 +1,4 @@ -Jsonnet reformatter v0.13.0 +Jsonnet reformatter v0.14.0 jsonnetfmt {