lib/ci/reporter/version.rb in ci_reporter-1.9.3 vs lib/ci/reporter/version.rb in ci_reporter-2.0.0.alpha1

- old
+ new

@@ -1,11 +1,5 @@ -#-- -# Copyright (c) 2006-2014 Nick Sieger <nicksieger@gmail.com> -# See the file LICENSE.txt included with the distribution for -# software license details. -#++ - module CI module Reporter - VERSION = "1.9.3" + VERSION = "2.0.0.alpha1" end end