Skip to content

Commit 4f9140f

Browse files
committed
Fix default version
1 parent 354077d commit 4f9140f

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
@@ -22,7 +22,7 @@ angular.module('sc', [
2222
'dashboard']);
2323

2424
angular.module('sc')
25-
.constant('version', '1.1.0-unstable.52+52.Branch.develop.Sha.a178f23c57f3039c8d34f2652c2457002cef186e')
25+
.constant('version', '1.1.0')
2626
.constant('scConfig', SC.config);
2727

2828
angular.module('sc')

0 commit comments

Comments
 (0)