Skip to content

Commit

Permalink
Set NETWORK_FORMAT_VERSION to previous commit
Browse files Browse the repository at this point in the history
To trigger network rebuild when we have baked in modifications
  • Loading branch information
ansoncfit committed Aug 18, 2023
1 parent 7689347 commit a566196
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 = "nv2";
public static final String NETWORK_FORMAT_VERSION = "7689347c";

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

Expand Down

0 comments on commit a566196

Please sign in to comment.