Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Feb 24, 2022
1 parent 43b000c commit 211ac55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chainstate/definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
defaultBroadcastTimeOut = 15 * time.Second
defaultQueryTimeOut = 15 * time.Second
defaultUserAgent = "go-chainstate: " + version
version = "v0.1.2"
version = "v0.1.3"
whatsOnChainRateLimitWithKey = 20
)

Expand Down
2 changes: 1 addition & 1 deletion definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
dustLimit = uint64(512) // Dust limit
mongoTestVersion = "4.2.1" // Mongo Testing Version
sqliteTestVersion = "3.37.0" // SQLite Testing Version (dummy version for now)
version = "v0.1.2" // bux version
version = "v0.1.3" // bux version
)

// All the base models
Expand Down

0 comments on commit 211ac55

Please sign in to comment.