Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Commit c0271b2

Browse files
committed
Set version 0.41.pre3
1 parent 4589855 commit c0271b2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vega API
22

3-
Version: 0.41.0-pre2
3+
Version: 0.41.0-pre3
44

55
This repository contains everything you need for interacting with the Vega APIs.
66

grpc/clients/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.vegaprotocol</groupId>
88
<artifactId>vega</artifactId>
9-
<version>0.41.0-pre2</version>
9+
<version>0.41.0-pre3</version>
1010
<packaging>jar</packaging>
1111
<properties>
1212
<src.dir>src</src.dir>

grpc/clients/js/package-lock.json

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

grpc/clients/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vegaprotocol/vega-grpc",
3-
"version": "0.41.0-pre2",
3+
"version": "0.41.0-pre3",
44
"description": "A gRPC client for Vega Protocol",
55
"main": "index.js",
66
"types": "./index.d.ts",

grpc/clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.md", "r") as fh:
44
long_description = fh.read()
55

6-
VERSION = "0.41.0-pre2"
6+
VERSION = "0.41.0-pre3"
77

88
setuptools.setup(
99
name="Vega API client",

0 commit comments

Comments
 (0)