Commit c534be06 authored by chiaming2000's avatar chiaming2000
Browse files

update protocol version to 3.0.4.

parent 19fa67ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ option java_outer_classname = "Kinetic";
// the protocol version number by building this message
// and then reading the value.
message Local {
	optional string protocolVersion = 1 [default = "3.0.2"];
	optional string protocolVersion = 1 [default = "3.0.4"];
}

// THe message is an authorization and command bytes.