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

Commit a818765

Browse files
committed
Set version to 1.0.2-beta
1 parent cc2b165 commit a818765

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

DEPLOYMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version](https://img.shields.io/badge/version-1.0.1--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
1+
[![Version](https://img.shields.io/badge/version-1.0.2--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
22

33
# 0x Mesh Deployment Guide
44

DEVELOPMENT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version](https://img.shields.io/badge/version-1.0.1--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
1+
[![Version](https://img.shields.io/badge/version-1.0.2--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
22

33
# 0x Mesh Development Guide
44

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version](https://img.shields.io/badge/version-1.0.1--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
1+
[![Version](https://img.shields.io/badge/version-1.0.2--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
22
[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-blueViolet.svg)](https://discord.gg/HF7fHwk)
33
[![GoDoc](https://godoc.org/github.com/0xProject/0x-mesh?status.svg)](https://godoc.org/github.com/0xProject/0x-mesh)
44
[![Circle CI](https://img.shields.io/circleci/project/0xProject/0x-mesh/master.svg)](https://circleci.com/gh/0xProject/0x-mesh/tree/master)
@@ -12,7 +12,7 @@
1212

1313
## Versions
1414

15-
You are looking at the documentation for version `1.0.1-beta`. To see the
15+
You are looking at the documentation for version `1.0.2-beta`. To see the
1616
documentation for a different version, visit the
1717
[Releases Page](https://github.com/0xProject/0x-mesh/releases).
1818

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version](https://img.shields.io/badge/version-1.0.1--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
1+
[![Version](https://img.shields.io/badge/version-1.0.2--beta-orange.svg)](https://github.com/0xProject/0x-mesh/releases)
22

33
# 0x Mesh Usage Guide
44

core/core.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ func New(config Config) (*App, error) {
107107
log.SetLevel(log.Level(config.Verbosity))
108108
log.WithFields(map[string]interface{}{
109109
"config": config,
110-
"version": "1.0.1-beta",
110+
"version": "1.0.2-beta",
111111
}).Info("Initializing new core.App")
112112

113113
if config.EthereumRPCMaxContentLength < maxOrderSizeInBytes {

examples/beta_telemetry_node/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
mesh:
5-
image: 0xorg/mesh:1.0.1-beta
5+
image: 0xorg/mesh:1.0.2-beta
66
restart: always
77
logging:
88
driver: fluentd

0 commit comments

Comments
 (0)