Skip to content

Commit

Permalink
v9.9.2 use v8.2.1 of the ignition script
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemartini committed Dec 29, 2016
1 parent 7220e43 commit 263c2c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshblu-connector-factory",
"version": "9.9.1",
"version": "9.9.2",
"description": "meshblu-connector-factory",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/go-version-service.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import async from 'async'

export function getLatestIgnitionVersion(callback) {
callback(null, 'v8.2.0')
callback(null, 'v8.2.1')
}

export function getLatestInstallerVersion(callback) {
Expand Down

0 comments on commit 263c2c8

Please sign in to comment.