lib/stackfu.rb in stackfu-0.1.8 vs lib/stackfu.rb in stackfu-0.1.8.1
- old
+ new
@@ -50,10 +50,10 @@
require "#{dir}/commands/dump_command"
ActiveSupport::Deprecation.silenced = true
module StackFu
- VERSION = '0.1.8'
+ VERSION = '0.1.8.1'
API = ENV['STACKFU_ENV'] == 'development' ? "http://localhost:3000" : "https://beta.stackfu.com"
CONFIG_FILE = "#{ENV['HOME']}/.stackfu"
include StackFu::OperatingSystems
\ No newline at end of file