about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--lib/mogilefs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mogilefs.rb b/lib/mogilefs.rb
index 130b13b..cd58c49 100644
--- a/lib/mogilefs.rb
+++ b/lib/mogilefs.rb
@@ -30,7 +30,7 @@ module MogileFS
   class EmptyPathError < Error; end
 
   # Raised when we are given an unsupported protocol to upload to.
-  # Currently, the \MogileFS (2.55) server only supports HTTP and
+  # Currently, the \MogileFS (2.XX) server only supports HTTP and
   # this library is only capable of HTTP.
   class UnsupportedPathError < Error; end