Skip to content

Commit

Permalink
Merge pull request #3513 from TrueBlocks/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tjayrush authored Feb 15, 2024
2 parents 745cf66 + b7e552d commit 09ca043
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This file details changes made to TrueBlocks over time. See the [migration notes](./MIGRATIONS.md) for any required actions you must take to stay up to date.

## v2.5.2 (2024/02/09)
## v2.5.8 (2024/02/09)

- Bumped version number to v2.5.2.
- Bumped version number to v2.5.8.
- Bumped required GoLang version to ^1.22.

**bug fixes**
Expand Down
2 changes: 1 addition & 1 deletion docs/content/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
license:
name: GPL 3.0
url: http://www.gnu.org/licenses/
version: 2.5.2-release
version: 2.5.8-release
description: >
A REST layer over the TrueBlocks application. With `chifra daemon`, you can
Expand Down
2 changes: 1 addition & 1 deletion src/apps/chifra/pkg/version/version_strings.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

package version

const LibraryVersion = "GHC-TrueBlocks//2.5.2-release"
const LibraryVersion = "GHC-TrueBlocks//2.5.8-release"
2 changes: 1 addition & 1 deletion src/dev_tools/utillib/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace qblocks {
// search: change-version
#define MAJOR 2
#define MINOR 5
#define BUILD 2
#define BUILD 8
// Run make generate in order for this to take effect

#define SUBVERS "release"
Expand Down
2 changes: 1 addition & 1 deletion test/gold/tools/ethNames/ethNames_show_version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
chifra names --version
names version GHC-TrueBlocks//2.5.2-release
names version GHC-TrueBlocks//2.5.8-release

0 comments on commit 09ca043

Please sign in to comment.