From 23fb02c895a88a74568c981e7fddac8be694e354 Mon Sep 17 00:00:00 2001 From: Geoff Harcourt Date: Thu, 10 Jun 2021 08:56:16 -0400 Subject: [PATCH] Bump to version 3.4.0 --- README.md | 2 +- lib/parity/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b72c93e..753e38b 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ See guidelines in [`RELEASING.md`](RELEASING.md) for details License ------- -Parity is © 2013-2018 thoughtbot, inc. +Parity is © 2013-2021 thoughtbot, inc. It is free software, and may be redistributed under the terms specified in the [LICENSE] file. diff --git a/lib/parity/version.rb b/lib/parity/version.rb index cc6ecb3..3287246 100644 --- a/lib/parity/version.rb +++ b/lib/parity/version.rb @@ -1,3 +1,3 @@ module Parity - VERSION = "3.3.0".freeze + VERSION = "3.4.0".freeze end