Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
anyplots authored Feb 18, 2022
1 parent 7c7edcc commit c38850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static string Version
byte[] bytes = new byte[fs.Length];
fs.Read(bytes, 0, bytes.Length);
int crc = BlockTransfer.CRC(bytes, bytes.Length);
ver = "2022021001@" + crc.ToString("x8");
ver = "2022021801@" + crc.ToString("x8");
}
}
}
Expand Down

0 comments on commit c38850b

Please sign in to comment.