Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comments
  • Loading branch information
brennondenny committed May 18, 2018
commit 72ff3057dbc010921186042d3729ce3f312ff18d
2 changes: 1 addition & 1 deletion bot/controllers/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class ReleaseController extends BaseController {
}

ReleaseAction() {
// Post Max Bot's Current Version Number
// Post Max Bot's Current Version Number from the Package.json version
return `My Current Version is ${this.pjson.version}`;
}
}
Expand Down