Skip to content

Commit a94e921

Browse files
committed
[BUG] Minor version of plugin and server is not properly set #471
1 parent c86eb3a commit a94e921

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/building_dependencies/runtime_env.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ export LD_LIBRARY_PATH=$UTBOT_INSTALL_DIR/lib
3535
export LDFLAGS='-fuse-ld=gold'
3636
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$UTBOT_ALL/bear/bin:$UTBOT_ALL/klee/bin:$UTBOT_INSTALL_DIR/bin:$PATH
3737

38-
export VERSION=$(date '+%Y.%-m').0
38+
if [ -z "${VERSION}" ]
39+
then
40+
export VERSION=$(date '+%Y.%-m').0
41+
fi

0 commit comments

Comments
 (0)