Skip to content

Commit 7a59450

Browse files
authored
chore: bump version v1.3.2 (#155)
1 parent 59d6527 commit 7a59450

2 files changed

Lines changed: 2 additions & 2 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.3.1
3+
###### v1.3.2
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

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,2)
3-
VERSION := v1.3.1 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
3+
VERSION := v1.3.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
44

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

0 commit comments

Comments
 (0)