Skip to content

Commit 05215d0

Browse files
author
John Simons
committed
Bumped beta expire to 1st of May
1 parent f450f04 commit 05215d0

File tree

1 file changed

+1
-1
lines changed
  • src/ServicePulse.Host/app/js

1 file changed

+1
-1
lines changed

src/ServicePulse.Host/app/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ angular.module('sc').controller('AppCtrl', ['$scope', 'notifications', function
4141
notifications.remove(notification);
4242
};
4343

44-
if (new Date() > new Date(2014, 2, 10)) {
44+
if (new Date() > new Date(2014, 5, 1)) {
4545
notifications.pushSticky('<h4>Beta period has elapsed!</h4>Continued use is of this version of ServicePulse is unauthorized. To receive the latest and licensed release of ServicePulse please go to <a href="http://particular.net/downloads">http://particular.net/downloads</a>', 'info');
4646
}
4747

0 commit comments

Comments
 (0)