Skip to content

Commit

Permalink
Updated version number to correct one.
Browse files Browse the repository at this point in the history
  • Loading branch information
razerbeans committed Aug 15, 2010
1 parent cb2509e commit c54d3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/boardwalk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
DEFAULT_PASSWORD = 'pass@word1'
DEFAULT_SECRET = 'OtxrzxIsfpFjA7SwPzILwy8Bw21TLhquhboDYROV'

VERSION = '0.2.0.1'
VERSION = '0.2.0.3'

File.exists?("config.yaml") ? options = OpenStruct.new(YAML.load(File.open("config.yaml"))) : options = OpenStruct.new
options.host = '127.0.0.1' if options.host.nil?
Expand Down

0 comments on commit c54d3c0

Please sign in to comment.