Where does the game get its version info from?

I’m currently working on a program that uses info parsed from GD’s assets and I’m looking for an easy way of knowing when the game is updated so the info can be updated.

“Grim Dawn.exe” has version info “0.3.0.0” which isn’t helpful. I looked through all the text assets and can’t seem to find any version info, so where does the game get its version info from?

No idea, but that is not reliable anyway, as hotfixes do not change the version.

You are probably better off remembering filesizes and timestamps or even checksums for the files you already processed.

Okay, thanks. I’ll just hash the arz/arc files that I’m parsing.