From 4a42be7b439d9a59ddc790c23ff8baa79f8ca7f7 Mon Sep 17 00:00:00 2001 From: "W. Scott Meeks" Date: Fri, 12 Nov 2021 22:41:47 -0500 Subject: [PATCH] Update version.rb --- 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 efd40d2..9f914ee 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.17.0-rc" + VERSION = "2.17.0" end