diff --git a/stoptime.rb b/stoptime.rb index ec58a8f..3a2241c 100644 --- a/stoptime.rb +++ b/stoptime.rb @@ -131,7 +131,7 @@ module StopTime::Models # will be merged with this configuration. DefaultConfig = { "invoice_id" => "%Y%N", "hourly_rate" => 20.0, - "vat_rate" => 19.0 } + "vat_rate" => 21.0 } # Creates a new configuration object and loads the configuation. # by reading the file @config.yaml@ on disk, parsing it, and