diff --git a/lib/fast_page/version.rb b/lib/fast_page/version.rb index 90ed245..a58788a 100644 --- a/lib/fast_page/version.rb +++ b/lib/fast_page/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FastPage - VERSION = "0.1.3" + VERSION = "0.1.4" end