Skip to content

Commit c40a28d

Browse files
authored
chore: prepare v1.3.0 release (#116)
1 parent 8b2ec4f commit c40a28d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/README.md

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

3-
###### v1.2.2
3+
###### v1.3.0
44

55
The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a
66
sovereign Delegated Proof of Stake network built using the

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# CHANGELOG
1414

1515
An '!' indicates a state machine breaking change.
16-
17-
## [Unreleased]
16+
17+
## [v1.3.0](https://github.com/KYVENetwork/chain/releases/tag/v1.3.0) - 2023-07-15
1818

1919
### Features
2020

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
COMMIT := $(shell git log -1 --format='%H')
22
GO_VERSION := $(shell go version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f1 -f2)
3-
VERSION := v1.2.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
3+
VERSION := v1.3.0 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
44

55
TEAM_ALLOCATION := 165000000000000
66
ifeq ($(ENV),kaon)

0 commit comments

Comments
 (0)