lib/checkoff/version.rb in checkoff-0.150.0 vs lib/checkoff/version.rb in checkoff-0.151.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
# Command-line and gem client for Asana (unofficial)
module Checkoff
# Version of library
- VERSION = '0.150.0'
+ VERSION = '0.151.0'
end