lib/uricp/version.rb in uricp-0.0.15 vs lib/uricp/version.rb in uricp-0.0.16
- old
+ new
@@ -1,4 +1,4 @@
module Uricp
- VERSION = "0.0.15"
- DEFAULT_SEGMENT_SIZE = "5 GiB"
+ VERSION = '0.0.16'.freeze
+ DEFAULT_SEGMENT_SIZE = '5 GiB'.freeze
end
- old
+ new