We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v1.2.3
1 parent 896e757 commit d802e28Copy full SHA for d802e28
3 files changed
.github/README.md
@@ -1,6 +1,6 @@
1
# The KYVE Network
2
3
-###### v1.2.2
+###### v1.2.3
4
5
The KYVE consensus layer is the backbone of the KYVE ecosystem. This layer is a
6
sovereign Delegated Proof of Stake network built using the
CHANGELOG.md
@@ -12,7 +12,7 @@
12
13
# CHANGELOG
14
15
-## [Unreleased]
+## [v1.2.3](https://github.com/KYVENetwork/chain/releases/tag/v1.2.3) - 2023-07-15
16
17
### API Breaking
18
Makefile
@@ -1,5 +1,5 @@
COMMIT := $(shell git log -1 --format='%H')
-VERSION := v1.2.2 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
+VERSION := v1.2.3 # $(shell echo $(shell git describe --tags) | sed 's/^v//')
TEAM_ALLOCATION := 165000000000000
ifeq ($(ENV),kaon)
0 commit comments