Skip to content

Commit

Permalink
Merge pull request #40 from Teingi/1.4.0_bugfix
Browse files Browse the repository at this point in the history
change version
  • Loading branch information
Teingi authored Nov 7, 2023
2 parents 774ad6c + 7711206 commit 57560b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

BUILD_SHELL_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
OBDIAG_VERSION=`cat obdiag-VER.txt`
OBDIAG_VERSION=`1.4.0`
RELEASE_ID=`date +%Y%m%d%H%M%S`

cd $BUILD_SHELL_DIR
Expand Down

0 comments on commit 57560b5

Please sign in to comment.