From 7d026443d7eb02f27ebf07dcf7ef4b286b8afb05 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Sun, 13 Aug 2017 13:41:22 +0100 Subject: [PATCH] Bump jspb package version assertion --- jspb/include.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jspb/include.go b/jspb/include.go index 4786b17e..1a7e727f 100644 --- a/jspb/include.go +++ b/jspb/include.go @@ -20,6 +20,6 @@ package jspb -// JspbPackageIsVersion1 is referenced from generated protocol buffer files +// JspbPackageIsVersion2 is referenced from generated protocol buffer files // to assert that that code is compatible with this version of the package. -const JspbPackageIsVersion1 = true +const JspbPackageIsVersion2 = true