Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Jul 17, 2017
1 parent 1ee9091 commit 71f453b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions JexusManager/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
//
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System.Runtime.CompilerServices;
using System.Threading.Tasks;
using Microsoft.Web.Administration;
using Microsoft.Win32;
using RollbarDotNet;

Expand Down Expand Up @@ -70,7 +68,7 @@ private static void SetupRollbar()
AccessToken = "5525758f15504199b7125d35d2058cfe",
Environment = "production"
});

Application.ThreadException += (sender, args) =>
{
Rollbar.Report(args.Exception);
Expand Down
4 changes: 2 additions & 2 deletions JexusManager/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
+ "a564e86c4a4cddc9597619a31c060846ebb2e99511a0323ff82b1ebd95d6a4912502945f0e769f"
+ "190a69a439dbfb969ebad72a6f7e2e047907da4a7b9c08c6e98d5f1be8b8cafaf3eb978914059a"
+ "245d4bc1")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
[assembly: AssemblyVersion("2.1.0.1")]
[assembly: AssemblyFileVersion("2.1.0.1")]

0 comments on commit 71f453b

Please sign in to comment.