lib/txt_timesheet/version.rb in txt_timesheet-1.1.11 vs lib/txt_timesheet/version.rb in txt_timesheet-1.1.12

- old
+ new

@@ -1,3 +1,5 @@ +# frozen_string_literal: true + module TxtTimesheet - VERSION = "1.1.11" + VERSION = '1.1.12' end