Skip to content

Commit

Permalink
Merge pull request #610 from WPFerg/dev
Browse files Browse the repository at this point in the history
Release 10.0.0-rc.0
  • Loading branch information
WPFerg committed Mar 14, 2016
2 parents 99bc7f2 + 4676a99 commit d730a64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,8 @@ module.exports = function(grunt) {
commitMessage: 'Release %VERSION%',
commitFiles: ['package.json', 'src/version-value.js'],
createTag: false,
push: false
push: false,
prereleaseName: 'rc'
}
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitflux-openfin",
"version": "9.2.0",
"version": "10.0.0-rc.0",
"scripts": {
"test": "grunt ci",
"postinstall": "cd node_modules/BitFlux && npm i"
Expand Down
2 changes: 1 addition & 1 deletion src/version-value.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function() {
'use strict';

const VERSION = { version: '9.2.0' };
const VERSION = { version: '10.0.0-rc.0' };

angular.module('stockflux.version')
.value('Version', VERSION.version);
Expand Down

0 comments on commit d730a64

Please sign in to comment.