Skip to content

Commit

Permalink
Bump node semver (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-shim authored Mar 7, 2024
1 parent 32e13d5 commit 32d449a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (
// Min number of seconds for the ExpirationPollIntervalSecFlag.
minExpirationPollIntervalSec = 3
AppName = "da-node"
SemVer = "0.3.0"
SemVer = "0.4.0"
GitCommit = ""
GitDate = ""
)
Expand Down

0 comments on commit 32d449a

Please sign in to comment.