Skip to content

Commit

Permalink
We're now on FBP Protocol version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 22, 2018
1 parent 39a6acd commit ce5ed71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ debugMessagingSendPayload = require('debug') 'noflo-runtime-base:messaging:send:
class BaseTransport
constructor: (@options) ->
@options = {} unless @options
@version = '0.6'
@version = '0.7'
@component = new protocols.Component @
@graph = new protocols.Graph @
@network = new protocols.Network @
Expand Down

0 comments on commit ce5ed71

Please sign in to comment.