lib/ci/reporter/version.rb in ci_reporter-1.6.9 vs lib/ci/reporter/version.rb in ci_reporter-1.7.0
- old
+ new
@@ -1,5 +1,11 @@
+#--
+# Copyright (c) 2006-2012 Nick Sieger <nicksieger@gmail.com>
+# See the file LICENSE.txt included with the distribution for
+# software license details.
+#++
+
module CI
module Reporter
- VERSION = "1.6.9"
+ VERSION = "1.7.0"
end
end