lib/whatsup_github/version.rb in whatsup_github-0.3.1 vs lib/whatsup_github/version.rb in whatsup_github-0.4.0

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module WhatsupGithub - VERSION = "0.3.1" + VERSION = '0.4.0' end