lib/uricp/version.rb in uricp-0.0.17 vs lib/uricp/version.rb in uricp-0.0.18
- old
+ new
@@ -1,4 +1,6 @@
+# frozen_string_literal: true
+
module Uricp
- VERSION = '0.0.17'.freeze
- DEFAULT_SEGMENT_SIZE = '5 GiB'.freeze
+ VERSION = '0.0.18'
+ DEFAULT_SEGMENT_SIZE = '5 GiB'
end