Skip to content

Commit

Permalink
update NETWORK_FORMAT_VERSION to nv2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd authored Apr 5, 2022
1 parent 15047b8 commit 6fac361
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public abstract class KryoNetworkSerializer {
* the serialization format itself does not change. This will ensure newer workers will not load cached older files.
* We considered using an ISO date string as the version but that could get confusing when seen in filenames.
*/
public static final String NETWORK_FORMAT_VERSION = "DEBUG202203G";
public static final String NETWORK_FORMAT_VERSION = "nv2";

public static final byte[] HEADER = "R5NETWORK".getBytes();

Expand Down

0 comments on commit 6fac361

Please sign in to comment.