Skip to content

Commit

Permalink
feat():fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
zyjblockchain committed Aug 30, 2022
1 parent eed09f9 commit f9a6389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (s *Arseeding) runAPI(port string) {
func (s *Arseeding) arseedInfo(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"Name": "Arseeding",
"Version": "v1.0.18",
"Version": "v1.0.19",
"Documentation": "https://web3infra.dev",
})
}
Expand Down

0 comments on commit f9a6389

Please sign in to comment.