From 41e4e893dc5d285fc8560f36017ccab4ef2ba20d Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Fri, 21 Jan 2022 10:40:12 -0500 Subject: [PATCH] Prepare for 1.3.0 release --- Gemfile.lock | 2 +- lib/ssh_data/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 31644a5..f464a73 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ssh_data (1.2.0) + ssh_data (1.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/ssh_data/version.rb b/lib/ssh_data/version.rb index 428a3e7..e86174f 100644 --- a/lib/ssh_data/version.rb +++ b/lib/ssh_data/version.rb @@ -1,3 +1,3 @@ module SSHData - VERSION = "1.2.0" + VERSION = "1.3.0" end