Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nnao45 committed Jun 6, 2019
1 parent e08ac02 commit 8ae65f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# general
VERSION = $(shell ./version.sh)
PRE-VERSION := $(shell grep 'Current' README.md | tr -d '***' | rev |cut -c 1-6 | rev)
PRE-VERSION := $(shell grep 'Current' README.md | tr -d '***' | rev |cut -c 1-7 | rev)
NAME = dntk
TARGET = $(NAME)
DOCKER_REPO = nnao45
Expand Down

0 comments on commit 8ae65f0

Please sign in to comment.