Skip to content

Commit 294e4e1

Browse files
Automatically update Ruby SDK
1 parent 00e8537 commit 294e4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/gemconfig.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module TrophyApiClient
44
module Gemconfig
5-
VERSION = "1.1.0-beta.4"
5+
VERSION = "1.1.0"
66
AUTHORS = ["Trophy Labs, Inc"].freeze
77
EMAIL = ""
88
SUMMARY = "Ruby library for the Trophy API."

lib/trophy_api_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MyGem
2-
VERSION = "1.1.0-beta.4"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)