diff options
Diffstat (limited to 'logic/lists/ForgeVersionList.h')
-rw-r--r-- | logic/lists/ForgeVersionList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/lists/ForgeVersionList.h b/logic/lists/ForgeVersionList.h index b19d3f56..091072e4 100644 --- a/logic/lists/ForgeVersionList.h +++ b/logic/lists/ForgeVersionList.h @@ -68,6 +68,8 @@ struct ForgeVersion : public BaseVersion QString jobbuildver; QString mcver; QString filename; + QString branch; + QString mcver_sane; }; class ForgeVersionList : public BaseVersionList |