Skip to content

Commit

Permalink
Updated version for fusionauth-ruby-client to 1.51.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Jun 13, 2024
1 parent b32c592 commit 740dd71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fusionauth_client (1.51.0)
fusionauth_client (1.51.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

pubVersion = ""
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.51.0", licenses: ["ApacheV2_0"]) {
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.51.1", licenses: ["ApacheV2_0"]) {
workflow {
fetch {
cache()
Expand Down
2 changes: 1 addition & 1 deletion fusionauth_client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'fusionauth_client'
spec.version = '1.51.0'
spec.version = '1.51.1'
spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
spec.email = %w([email protected] [email protected])

Expand Down

0 comments on commit 740dd71

Please sign in to comment.