lib/stackfu.rb in stackfu-0.1.5 vs lib/stackfu.rb in stackfu-0.1.6

- old
+ new

@@ -48,10 +48,10 @@ require "#{dir}/commands/list_command" require "#{dir}/commands/deploy_command" require "#{dir}/commands/dump_command" module StackFu - VERSION = '0.1.5' + VERSION = '0.1.6' API = "http://beta.stackfu.com" # API = "http://localhost:3000" CONFIG_FILE = "#{ENV['HOME']}/.stackfu" include StackFu::OperatingSystems