Repository: incubator-predictionio-sdk-ruby Updated Branches: refs/heads/develop e0ea09e3b -> 67ed17251
Bump and release 0.12.0 Align SDK major and minor version with PredictionIO Project: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/commit/67ed1725 Tree: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/tree/67ed1725 Diff: http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/diff/67ed1725 Branch: refs/heads/develop Commit: 67ed172519dbfa228ec48280f552c2f4b7b9828e Parents: e0ea09e Author: Donald Szeto <[email protected]> Authored: Wed Oct 25 21:59:47 2017 -0700 Committer: Donald Szeto <[email protected]> Committed: Wed Oct 25 21:59:47 2017 -0700 ---------------------------------------------------------------------- README.md | 2 +- lib/predictionio/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/67ed1725/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3c94281..3ab8553 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ gem install predictionio Or using [Bundler](http://bundler.io/) with: ``` -gem 'predictionio', '0.9.6' +gem 'predictionio', '0.12.0' ``` ## Sending Events to Event Server http://git-wip-us.apache.org/repos/asf/incubator-predictionio-sdk-ruby/blob/67ed1725/lib/predictionio/version.rb ---------------------------------------------------------------------- diff --git a/lib/predictionio/version.rb b/lib/predictionio/version.rb index 61667cb..22c257d 100644 --- a/lib/predictionio/version.rb +++ b/lib/predictionio/version.rb @@ -14,5 +14,5 @@ # limitations under the License. module PredictionIO - VERSION = '0.9.7' + VERSION = '0.12.0' end
