diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/date/lib/date.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/lib/date.rb b/ext/date/lib/date.rb index 1899611440..787fe85b93 100644 --- a/ext/date/lib/date.rb +++ b/ext/date/lib/date.rb @@ -4,7 +4,7 @@ require 'date_core' class Date - VERSION = "3.2.3" # :nodoc: + VERSION = "3.3.0" # :nodoc: # call-seq: # infinite? -> false |