From b2313df6989b60786c409d32d863982b7857d939 Mon Sep 17 00:00:00 2001 From: Derek Edwards Date: Fri, 18 Sep 2020 15:00:28 -0400 Subject: [PATCH] Update version. --- lib/transam_accounting/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/transam_accounting/version.rb b/lib/transam_accounting/version.rb index 118bb757..960f89d1 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.11.0-rc.X" + VERSION = "2.11.0" end