From 9aa66ad99946f39bc16d0d4f71bc2b6614443825 Mon Sep 17 00:00:00 2001 From: Joseph Kempster Date: Thu, 12 Oct 2023 10:21:50 +0100 Subject: [PATCH] Release 8.3.0 --- lib/govspeak/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/govspeak/version.rb b/lib/govspeak/version.rb index c78d14da..49b195df 100644 --- a/lib/govspeak/version.rb +++ b/lib/govspeak/version.rb @@ -1,3 +1,3 @@ module Govspeak - VERSION = "8.2.1".freeze + VERSION = "8.3.0".freeze end