Skip to content

Commit

Permalink
chore: bump client versions for release (#252)
Browse files Browse the repository at this point in the history
* chore: bump client versions for release

* chore: fix package workflow
  • Loading branch information
markphelps authored Apr 23, 2024
1 parent a9a3014 commit 969c177
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package-ffi-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ jobs:
- name: Download Mac x86_64 Engine
run: |
mkdir -p tmp/darwin_x86_64 && \
wget "https://github.com/flipt-io/flipt-client-sdks/releases/download/flipt-engine-ffi-${ENGINE_TAG}/flipt-engine-ffi-Darwin-x86_64.tar.gz" -O /tmp/
flipt-engine-ffi-Darwin-x86_64.tar.gz && \
wget "https://github.com/flipt-io/flipt-client-sdks/releases/download/flipt-engine-ffi-${ENGINE_TAG}/flipt-engine-ffi-Darwin-x86_64.tar.gz" -O /tmp/flipt-engine-ffi-Darwin-x86_64.tar.gz && \
mkdir -p /tmp/darwin_x86_64 && \
tar -xzf /tmp/flipt-engine-ffi-Darwin-x86_64.tar.gz -C /tmp/darwin_x86_64 && \
mv /tmp/darwin_x86_64/target/x86_64-apple-darwin/release/* tmp/darwin_x86_64
Expand Down
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.4.0'
version = '0.5.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.5.0",
"version": "0.6.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.5.0"
version = "0.6.0"
description = "Flipt Client Evaluation SDK"
authors = ["Flipt Devs <[email protected]>"]
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.6.0'
VERSION = '0.7.0'
end

0 comments on commit 969c177

Please sign in to comment.