lib/nanoc/external/version.rb in nanoc-external-1.0.1 vs lib/nanoc/external/version.rb in nanoc-external-1.0.2
- old
+ new
@@ -1,9 +1,7 @@
-# encoding: utf-8
+# frozen_string_literal: true
module Nanoc
module External
-
- VERSION = '1.0.1'
-
+ VERSION = '1.0.2'
end
end