lib/addressable/version.rb in addressable-2.3.7 vs lib/addressable/version.rb in addressable-2.3.8

- old
+ new

@@ -1,8 +1,8 @@ # encoding:utf-8 #-- -# Copyright (C) 2006-2013 Bob Aman +# Copyright (C) 2006-2015 Bob Aman # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -20,10 +20,10 @@ if !defined?(Addressable::VERSION) module Addressable module VERSION MAJOR = 2 MINOR = 3 - TINY = 7 + TINY = 8 STRING = [MAJOR, MINOR, TINY].join('.') end end end