Skip to content

Commit

Permalink
Set expected Zserio version to the latest version 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Nov 27, 2024
1 parent 3d26d68 commit ec23d30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public final class Cpp17ExtensionVersion
public static final String CPP17_EXTENSION_VERSION_STRING = "0.1.0";

/** Expected Zserio core version string. */
public static final String EXPECTED_ZSERIO_VERSION_STRING = "2.14.1";
public static final String EXPECTED_ZSERIO_VERSION_STRING = "2.15.0";

/** Zserio BIN version string. */
public static final String BIN_VERSION_STRING = "1.0";
Expand Down

0 comments on commit ec23d30

Please sign in to comment.