lib/nimbu-api/version.rb in nimbu-api-0.4.4 vs lib/nimbu-api/version.rb in nimbu-api-0.5.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module Nimbu
module API
- VERSION = "0.4.4"
+ VERSION = "0.5.0"
end
end
- old
+ new