lib/reckon/app.rb in reckon-0.4.2 vs lib/reckon/app.rb in reckon-0.4.3
- old
+ new
@@ -2,10 +2,10 @@
require 'pp'
require 'yaml'
module Reckon
class App
- VERSION = "Reckon 0.3.10"
+ VERSION = "Reckon 0.4.3"
attr_accessor :options, :accounts, :tokens, :seen, :csv_parser
def initialize(options = {})
self.options = options
self.tokens = {}