Skip to content

Commit

Permalink
Merge pull request #1350 from m-1-k-3/v1.5.0
Browse files Browse the repository at this point in the history
bump version v1.5.0
  • Loading branch information
m-1-k-3 authored Oct 22, 2024
2 parents 2591b04 + 949d361 commit c531641
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.5.0
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
# nosemgrep
emba:
image: embeddedanalyzer/emba:1.4.2i
image: embeddedanalyzer/emba:1.5.0a
container_name: emba
read_only: true
# all pre-checker mount modules need privileged mode
Expand Down Expand Up @@ -50,7 +50,7 @@ services:
soft: 0

emba_quest:
image: embeddedanalyzer/emba:1.4.2i
image: embeddedanalyzer/emba:1.5.0a
container_name: emba_quest
read_only: true
tmpfs:
Expand Down
2 changes: 1 addition & 1 deletion helpers/helpers_emba_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set_defaults() {
# if this is a release version set RELEASE to 1, add a banner to config/banner and name the banner with the version details
export RELEASE=1
export EMBA_VERSION="1.4.2"
export EMBA_VERSION="1.5.0"

export CLEANED=0 # used for the final cleaner function for not running it multiple times
export STRICT_MODE=0
Expand Down

0 comments on commit c531641

Please sign in to comment.