lib/uuidtools/version.rb in uuidtools-2.1.4 vs lib/uuidtools/version.rb in uuidtools-2.1.5
- old
+ new
@@ -1,8 +1,8 @@
# encoding:utf-8
#--
-# Copyright (C) 2005-2012 Bob Aman
+# Copyright (C) 2005-2014 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 @@
unless defined? UUIDTools::VERSION
module UUIDTools
module VERSION #:nodoc:
MAJOR = 2
MINOR = 1
- TINY = 4
+ TINY = 5
STRING = [MAJOR, MINOR, TINY].join('.')
end
end
end