-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FFM-8670] - Update metadata for 1.1.2 release (#28)
[FFM-8670] - Update metadata for 1.1.2 release What Update version information in various files in preparation for release Testing Tested evalation rules against TestEvaluations_ServerSDK
- Loading branch information
1 parent
c108acf
commit 641e0f5
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ module Ruby | |
module Server | ||
module Sdk | ||
|
||
VERSION = "1.1.1" | ||
VERSION = "1.1.2" | ||
end | ||
end | ||
end | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
export ff_ruby_sdk="ff-ruby-server-sdk" | ||
export ff_ruby_sdk_version="1.1.1" | ||
export ff_ruby_sdk_version="1.1.2" |