Skip to content

Commit

Permalink
chore(release): update version in .env.example to v1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lerian-studio committed Feb 25, 2025
1 parent e692244 commit 36bb7b1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version = 'v1.48.0'
$version = 'v1.49.0'

$ErrorActionPreference = 'Stop';

Expand Down
2 changes: 1 addition & 1 deletion components/mdz/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ CLIENT_ID=9670e0ca55a29a466d31
CLIENT_SECRET=dd03f916cacf4a98c6a413d9c38ba102dce436a9
URL_API_AUTH=http://127.0.0.1:8080
URL_API_LEDGER=http://127.0.0.1:3000
VERSION=v1.48.0
VERSION=v1.49.0
2 changes: 1 addition & 1 deletion components/onboarding/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ENV_NAME=production

# APP
VERSION=v1.48.0
VERSION=v1.49.0
SERVER_PORT=3000
SERVER_ADDRESS=:${SERVER_PORT}

Expand Down
2 changes: 1 addition & 1 deletion components/transaction/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ENV_NAME=production

# APP
VERSION=v1.48.0
VERSION=v1.49.0
APP_CONTEXT=/transaction/v1
SERVER_PORT=3001
SERVER_ADDRESS=:${SERVER_PORT}
Expand Down

0 comments on commit 36bb7b1

Please sign in to comment.