Skip to content

Commit

Permalink
Bumps version to v2.2.0-release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Nov 29, 2023
1 parent d2abc15 commit dc5ce3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.1.0-release
version: 2.2.0-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.1.0-release"
const LibraryVersion = "GHC-TrueBlocks//2.2.0-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 @@ -18,7 +18,7 @@ namespace qblocks {
// Run make generate in order for this to take effect
// search: change-version
#define MAJOR 2
#define MINOR 1
#define MINOR 2
#define BUILD 0
// Run make generate in order for this to take effect

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.1.0-release
names version GHC-TrueBlocks//2.2.0-release

0 comments on commit dc5ce3d

Please sign in to comment.