bin/aetherg in aetherg-0.3.1 vs bin/aetherg in aetherg-0.3.2

- old
+ new

@@ -2,10 +2,10 @@ $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "lib"))) unless $:.include? File.expand_path(File.join(File.dirname(__FILE__), "..", "lib")) require "aetherg" if ARGV[0] == "--version" || ARGV[0] == "-v" - puts "Aetherg v#{Aetherg::VERSION}(#{Aetheg::BUILD})" + puts "Aetherg v#{Aetherg::VERSION}(#{Aetherg::BUILD})" exit end Aetherg::Generator.start