bin/bowline-gen in bowline-0.1.6 vs bin/bowline-gen in bowline-0.3.9
- old
+ new
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby
require File.join(File.dirname(__FILE__), *%w[.. lib bowline])
require 'bowline/generators'
-Bowline::Generators.run_cli(Dir.pwd, 'bowline', Bowline::VERSION, ARGV)
+Bowline::Generators.run_cli(Dir.pwd, 'bowline', Bowline::Version::STRING, ARGV)
\ No newline at end of file