From f66ec9ea127f246082b11cb3dd30923d3cb05544 Mon Sep 17 00:00:00 2001 From: IJ Kim Date: Thu, 30 Jun 2022 09:42:21 -0400 Subject: [PATCH] increased the version to 0.1.66 --- README.md | 2 +- lib/sf/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81326eb..dafe4c9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Add the sf gem to your application's Gemfile: For example, ``` -gem 'sf', :git => 'git+ssh://github.internet2.edu/Internet2-TSG/sf.git', :tag => 'v0.1.65' +gem 'sf', :git => 'git+ssh://github.internet2.edu/Internet2-TSG/sf.git', :tag => 'v0.1.66' ``` And then execute: diff --git a/lib/sf/version.rb b/lib/sf/version.rb index b63afad..24e9d7e 100644 --- a/lib/sf/version.rb +++ b/lib/sf/version.rb @@ -1,3 +1,3 @@ module Sf - VERSION = "0.1.65" + VERSION = "0.1.66" end