Skip to content

Commit f3d435d

Browse files
[release] 0.12.1 - Proxy Config in Php Core, Beta Release for CPP [rc] (#2298)
* Bot: Updated File Cargo.toml * Bot: Version synchronized in 18 files --------- Co-authored-by: statsig-kong[bot] <statsig-kong[bot]@users.noreply.github.com>
1 parent b0d6585 commit f3d435d

19 files changed

+24
-24
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exclude = [
2525
[workspace.package]
2626
edition = "2021"
2727
license = "ISC"
28-
version = "0.12.1-rc.2511121816"
28+
version = "0.12.1"
2929
homepage = "https://statsig.com/"
3030
authors = ["Statsig", "Daniel Loomb <[email protected]>"]
3131
readme = "README.md"

examples/rust/mem-bench/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<StatsigVersion>0.12.1-rc.2511121816</StatsigVersion>
3+
<StatsigVersion>0.12.1</StatsigVersion>
44
<PackageLicenseExpression>ISC</PackageLicenseExpression>
55
</PropertyGroup>
66
</Project>

statsig-elixir/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Statsigelixir.MixProject do
44
def project do
55
[
66
app: :statsig_elixir,
7-
version: "0.12.1-rc.2511121816",
7+
version: "0.12.1",
88
elixir: "~> 1.0",
99
start_permanent: Mix.env() == :prod,
1010
description: description(),

statsig-java/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.12.1-rc.2511121816
1+
version=0.12.1

statsig-node/npm/aarch64-apple-darwin.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/statsig-node-core-darwin-arm64",
3-
"version": "0.12.1-rc.2511121816",
3+
"version": "0.12.1",
44
"repository": "https://github.com/statsig-io/statsig-server-core.git",
55
"os": [
66
"darwin"

statsig-node/npm/aarch64-pc-windows-msvc.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/statsig-node-core-win32-arm64-msvc",
3-
"version": "0.12.1-beta.2511110238",
3+
"version": "0.12.1",
44
"repository": "https://github.com/statsig-io/statsig-server-core.git",
55
"os": [
66
"win32"

statsig-node/npm/aarch64-unknown-linux-gnu.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/statsig-node-core-linux-arm64-gnu",
3-
"version": "0.12.1-rc.2511121816",
3+
"version": "0.12.1",
44
"repository": "https://github.com/statsig-io/statsig-server-core.git",
55
"os": [
66
"linux"

statsig-node/npm/aarch64-unknown-linux-musl.package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@statsig/statsig-node-core-linux-arm64-musl",
3-
"version": "0.12.1-rc.2511121816",
3+
"version": "0.12.1",
44
"repository": "https://github.com/statsig-io/statsig-server-core.git",
55
"os": [
66
"linux"

0 commit comments

Comments
 (0)