While our website (https://csviewer.com) doesn't have the exact build version published, it is possible to extract the build number from the application installer from the Windows command line:
wmic datafile where Name="C:\\your download path\\CSViewer.Setup.exe" get Version
Notice the double backslashes.