From a3cc4939cd59487cc1527c221b2e36c45e362d7a Mon Sep 17 00:00:00 2001 From: Brandon Keepers Date: Mon, 17 Jul 2023 10:24:21 -0400 Subject: [PATCH] Prepare for 0.28.1 --- Changelog.md | 2 +- lib/flipper/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 110aab276..e0fc96fba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 0.28.1 ### Additions/Changes diff --git a/lib/flipper/version.rb b/lib/flipper/version.rb index a0c37e3bc..6e000c537 100644 --- a/lib/flipper/version.rb +++ b/lib/flipper/version.rb @@ -1,3 +1,3 @@ module Flipper - VERSION = '0.28.0'.freeze + VERSION = '0.28.1'.freeze end