lib/rubasteme/version.rb in rubasteme-0.1.3 vs lib/rubasteme/version.rb in rubasteme-0.1.4

- old
+ new

@@ -1,6 +1,6 @@ # frozen_string_literal: true module Rubasteme - VERSION = "0.1.3" - RELEASE = "2021-05-20" + VERSION = "0.1.4" + RELEASE = "2021-05-31" end