lib/ci/reporter/version.rb in ci_reporter-1.9.1 vs lib/ci/reporter/version.rb in ci_reporter-1.9.2

- old
+ new

@@ -1,11 +1,11 @@ #-- -# Copyright (c) 2006-2013 Nick Sieger <nicksieger@gmail.com> +# 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.1" + VERSION = "1.9.2" end end