lib/hss in hss-0.1.15 vs lib/hss in hss-0.1.16
- old
+ new
@@ -1,10 +1,10 @@
#!/usr/bin/env ruby
require 'yaml'
require 'pathname'
-Version = '0.1.15'
+Version = '0.1.16'
if ARGV.length == 1 and ARGV[0] == 'version'
puts Version
exit
end