Skip to content

Commit e304616

Browse files
committed
Updated version for fusionauth-ruby-client to 1.60.2
1 parent a4c2dd1 commit e304616

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fusionauth_client (1.60.1)
4+
fusionauth_client (1.60.2)
55

66
GEM
77
remote: https://rubygems.org/

build.savant

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
pubVersion = ""
18-
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.60.1", licenses: ["ApacheV2_0"]) {
18+
project(group: "io.fusionauth", name: "fusionauth-ruby-client", version: "1.60.2", licenses: ["ApacheV2_0"]) {
1919
workflow {
2020
fetch {
2121
cache()

fusionauth_client.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
1919

2020
Gem::Specification.new do |spec|
2121
spec.name = 'fusionauth_client'
22-
spec.version = '1.60.1'
22+
spec.version = '1.60.2'
2323
spec.authors = ['Brian Pontarelli', 'Daniel DeGroff']
2424
2525

0 commit comments

Comments
 (0)