From cd1fdcd01df91c2d51cfd8cffd6b02b73631e9d0 Mon Sep 17 00:00:00 2001 From: "W. Scott Meeks" Date: Tue, 8 Oct 2024 21:55:47 -0400 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 a35bcdf..2f042e7 100644 --- a/lib/transam_accounting/version.rb +++ b/lib/transam_accounting/version.rb @@ -1,3 +1,3 @@ module TransamAccounting - VERSION = "2.47.1-rc1" + VERSION = "2.47.1" end