Skip to content

Commit

Permalink
increased the version to 0.1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Jun 30, 2022
1 parent a6f2277 commit f66ec9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.65"
VERSION = "0.1.66"
end

0 comments on commit f66ec9e

Please sign in to comment.