Skip to content

Commit

Permalink
master | hot-fix add initdev on go test
Browse files Browse the repository at this point in the history
  • Loading branch information
edutomesco committed Dec 22, 2023
1 parent 8082bbf commit 6500796
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.0-beta.10
2.7.0-beta.11
2 changes: 1 addition & 1 deletion bloock-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloock_bridge"
version = "2.7.0-beta.10"
version = "2.7.0-beta.11"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bloock-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bloock-core"
version = "2.7.0-beta.10"
version = "2.7.0-beta.11"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion languages/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = 'com.bloock.sdk'
version = '2.7.0-beta.10'
version = '2.7.0-beta.11'

repositories {
maven { url "https://maven-central.storage-download.googleapis.com/maven2/" }
Expand Down
2 changes: 1 addition & 1 deletion languages/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bloock/sdk",
"version": "2.7.0-beta.10",
"version": "2.7.0-beta.11",
"description": "",
"keywords": [],
"author": "Bloock",
Expand Down
2 changes: 1 addition & 1 deletion languages/python/bloock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.7.0-beta.10"
__version__ = "2.7.0-beta.11"

from typing import Dict

Expand Down

0 comments on commit 6500796

Please sign in to comment.