Fix current release for home page

refactor-intermediate-models
BuildFeed Bot 2018-03-12 18:00:15 +00:00
parent 8297676e65
commit 2d78cf32b3
1 changed files with 1 additions and 1 deletions

View File

@ -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";