mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Fix current release for home page
This commit is contained in:
parent
8297676e65
commit
2d78cf32b3
|
@ -12,7 +12,7 @@ namespace BuildFeed.Model
|
|||
public partial class BuildRepository
|
||||
{
|
||||
public const int CURRENT_LONG_TERM = (int)ProjectFamily.Redstone;
|
||||
public const int CURRENT_RELEASE = (int)ProjectFamily.Feature2;
|
||||
public const int CURRENT_RELEASE = (int)ProjectFamily.Redstone3;
|
||||
public const int CURRENT_XBOX = (int)ProjectFamily.Redstone3;
|
||||
|
||||
private const string BUILD_COLLECTION_NAME = "builds";
|
||||
|
|
Loading…
Reference in New Issue
Block a user