Skip to content

Commit

Permalink
chore: prep for release of latest client sdks for engine changes (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Mar 29, 2024
1 parent 78f68c0 commit 8f96af6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flipt-client-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'io.flipt'
version = '0.3.3'
version = '0.4.0'
description = 'Flipt Client SDK'


Expand Down
4 changes: 2 additions & 2 deletions flipt-client-node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flipt-client-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flipt-io/flipt-client",
"version": "0.4.3",
"version": "0.5.0",
"description": "Flipt Client Evaluation SDK",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
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.4.3"
version = "0.5.0"
description = "Flipt Client Evaluation SDK"
authors = ["Flipt Devs <dev@flipt.io>"]
readme = "README.md"
Expand Down
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.4.3'
VERSION = '0.5.0'
end

0 comments on commit 8f96af6

Please sign in to comment.