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

Commit

Permalink
Set version 0.38.0-pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyvega committed Jun 10, 2021
1 parent 8aae809 commit 18a9cbf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vega API

Version: 0.38.0-pre2
Version: 0.38.0-pre3

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

Expand Down
2 changes: 1 addition & 1 deletion grpc/clients/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.vegaprotocol</groupId>
<artifactId>vega</artifactId>
<version>0.38.0-pre2</version>
<version>0.38.0-pre3</version>
<packaging>jar</packaging>
<properties>
<src.dir>src</src.dir>
Expand Down
4 changes: 2 additions & 2 deletions grpc/clients/js/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 grpc/clients/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vegaprotocol/vega-grpc",
"version": "0.38.0-pre2",
"version": "0.38.0-pre3",
"description": "A gRPC client for Vega Protocol",
"main": "index.js",
"types": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion grpc/clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()

VERSION = "0.38.0-pre2"
VERSION = "0.38.0-pre3"

setuptools.setup(
name="Vega API client",
Expand Down

0 comments on commit 18a9cbf

Please sign in to comment.