Skip to content

Commit

Permalink
Bump protocol version number
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 22, 2018
1 parent 85ab2d1 commit 39a6acd
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.5'
@version = '0.6'
@component = new protocols.Component @
@graph = new protocols.Graph @
@network = new protocols.Network @
Expand Down

0 comments on commit 39a6acd

Please sign in to comment.