Skip to content

Commit

Permalink
[BUG] Minor version of plugin and server is not properly set #471
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-utkin committed Oct 2, 2022
1 parent c86eb3a commit a94e921
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/building_dependencies/runtime_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ export LD_LIBRARY_PATH=$UTBOT_INSTALL_DIR/lib
export LDFLAGS='-fuse-ld=gold'
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

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

0 comments on commit a94e921

Please sign in to comment.