Skip to content

Commit

Permalink
- releases
Browse files Browse the repository at this point in the history
  • Loading branch information
lapshin_1988 committed Jan 25, 2016
1 parent e764fe9 commit 2d0e4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sources/Common/Product.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public struct Server
public const string AppName = "Queue.Server";
public const string Name = "Queue Server";
public const string Description = "";
public const string Build = "1";
public const string Build = "2";
public const string Version = Product.Version.Full + "." + Build;
public const string Guid = "933F65E8-910F-4429-BA0B-16B3CF43E620";
}
Expand Down Expand Up @@ -83,7 +83,7 @@ public struct Hub
public const string AppName = "Queue.Hub";
public const string Name = "Queue Hub";
public const string Description = "";
public const string Build = "1";
public const string Build = "2";
public const string Version = Product.Version.Full + "." + Build;
public const string Guid = "7B7C4061-8EE4-49AC-943D-19B7227E27D6";
}
Expand Down

0 comments on commit 2d0e4a1

Please sign in to comment.