Skip to content

Commit

Permalink
fix: set the right BuildInfo instance
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed May 7, 2024
1 parent 2fc38c8 commit fafc62d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,19 @@ object MainApp extends ZIOAppDefault {
val app = for {
_ <- Console
.printLine(s"""
|██████╗ ██████╗ ██╗███████╗███╗ ███╗
|██╔══██╗██╔══██╗██║██╔════╝████╗ ████║
|██████╔╝██████╔╝██║███████╗██╔████╔██║
|██╔═══╝ ██╔══██╗██║╚════██║██║╚██╔╝██║
|██║ ██║ ██║██║███████║██║ ╚═╝ ██║
|╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚═╝ ╚═╝
|██╗██████╗ ███████╗███╗ ██╗████████╗██╗ ██╗███████╗
|██║██╔══██╗██╔════╝████╗ ██║╚══██╔══╝██║ ██║██╔════╝
|██║██║ ██║█████╗ ██╔██╗ ██║ ██║ ██║ ██║███████╗
|██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ██║ ██║╚════██║
|██║██████╔╝███████╗██║ ╚████║ ██║ ╚██████╔╝███████║
|╚═╝╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚══════╝
|
| ██████╗██╗ ██████╗ ██╗ ██╗██████╗
|██╔════╝██║ ██╔═══██╗██║ ██║██╔══██╗
|██║ ██║ ██║ ██║██║ ██║██║ ██║
|██║ ██║ ██║ ██║██║ ██║██║ ██║
|╚██████╗███████╗╚██████╔╝╚██████╔╝██████╔╝
| ╚═════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═════╝
|
| █████╗ ██████╗ ███████╗███╗ ██╗████████╗
|██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝
Expand All @@ -122,7 +129,7 @@ object MainApp extends ZIOAppDefault {
|██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║
|╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝
|
|version: ${BuildInfo.version}
|version: ${buildinfo.BuildInfo.version}
|
|""".stripMargin)
.ignore
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/local/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
AGENT_VERSION=1.32.0-SNAPSHOT
AGENT_VERSION=1.32.1-SNAPSHOT
PRISM_NODE_VERSION=2.2.1
VAULT_DEV_ROOT_TOKEN_ID=root

0 comments on commit fafc62d

Please sign in to comment.