From e1d282f23ae4232f984c69ca5273ea652a4f275e Mon Sep 17 00:00:00 2001 From: Pete Doherty Date: Wed, 14 Apr 2021 09:16:42 -0400 Subject: [PATCH] Bump tmuxinator to 2.0.3 (#813) * update CHANGELOG * Bump tmuxinator to 2.0.3 --- CHANGELOG.md | 2 +- lib/tmuxinator/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a13785..db600b1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 2.0.3 ### Misc - Add Ruby 3 to the Travis test matrix - add support for tmux 3.2 diff --git a/lib/tmuxinator/version.rb b/lib/tmuxinator/version.rb index 53a8f0f6..a9c7f469 100644 --- a/lib/tmuxinator/version.rb +++ b/lib/tmuxinator/version.rb @@ -1,3 +1,3 @@ module Tmuxinator - VERSION = "2.0.2".freeze + VERSION = "2.0.3".freeze end