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