Skip to content

Commit

Permalink
chore: prep other libs based on updated engine (#259)
Browse files Browse the repository at this point in the history
markphelps authored Apr 29, 2024
1 parent 3887e7b commit b7e0b59
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flipt-client-java/build.gradle
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ plugins {
}

group = 'io.flipt'
version = '0.5.0'
version = '0.6.0'
description = 'Flipt Client SDK'


2 changes: 1 addition & 1 deletion flipt-client-python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
include = [{ path = "ext/**/*" }, { path = "README.md" }]
name = "flipt-client"
version = "0.6.0"
version = "0.7.0"
description = "Flipt Client Evaluation SDK"
authors = ["Flipt Devs <[email protected]>"]
readme = "README.md"
2 changes: 1 addition & 1 deletion flipt-client-ruby/lib/flipt_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Flipt
VERSION = '0.7.0'
VERSION = '0.8.0'
end

0 comments on commit b7e0b59

Please sign in to comment.