Skip to content

Commit

Permalink
[FFM-8670] - Update metadata for 1.1.2 release (#28)
Browse files Browse the repository at this point in the history
[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
andybharness authored Jul 20, 2023
1 parent c108acf commit 641e0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ff-ruby-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
spec.name = "ff-ruby-server-sdk"
spec.version = Ff::Ruby::Server::Sdk::VERSION
spec.authors = ["Miloš Vasić, cyr.: Милош Васић"]
spec.email = ["milos.vasic@harness.io"]
spec.email = ["support@harness.io"]

spec.summary = "Harness is a feature management platform that helps teams to build better software and to test features quicker."
spec.description = "Harness is a feature management platform that helps teams to build better software and to test features quicker."
Expand Down
2 changes: 1 addition & 1 deletion lib/ff/ruby/server/sdk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Ruby
module Server
module Sdk

VERSION = "1.1.1"
VERSION = "1.1.2"
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion scripts/sdk_specs.sh
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"

0 comments on commit 641e0f5

Please sign in to comment.