lib/rultor/version.rb in rultor-0.4.3 vs lib/rultor/version.rb in rultor-0.4.4

- old
+ new

@@ -1,8 +1,8 @@ # encoding: utf-8 # -# Copyright (c) 2009-2014, rultor.com +# Copyright (c) 2009-2017, rultor.com # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: 1) Redistributions of source code must retain the above @@ -27,11 +27,11 @@ # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED # OF THE POSSIBILITY OF SUCH DAMAGE. # Rultor main module. -# Author:: Yegor Bugayenko (yegor@teamed.io) +# Author:: Yegor Bugayenko (yegor256@gmail.com) # Copyright:: Copyright (c) 2014 Yegor Bugayenko # License:: BSD module Rultor - VERSION = '0.4.3' + VERSION = '0.4.4' end