lib/spud_blog/version.rb in tb_blog-1.3.3 vs lib/spud_blog/version.rb in tb_blog-1.3.4

- old
+ new

@@ -1,5 +1,5 @@ module Spud - module Blog - VERSION = "1.3.3" - end + module Blog + VERSION = '1.3.4'.freeze + end end