lib/addressable/version.rb in addressable-2.0.2 vs lib/addressable/version.rb in addressable-2.1.0
- old
+ new
@@ -1,5 +1,6 @@
+# encoding:utf-8
#--
# Addressable, Copyright (c) 2006-2008 Bob Aman
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files (the
@@ -24,11 +25,11 @@
# Used to prevent the class/module from being loaded more than once
if !defined?(Addressable::VERSION)
module Addressable
module VERSION #:nodoc:
MAJOR = 2
- MINOR = 0
- TINY = 2
+ MINOR = 1
+ TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end