Skip to content

Commit 3ffdf3b

Browse files
authored
Update get_project_build_version.sh
1 parent e8aa109 commit 3ffdf3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/get_project_build_version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
echo `sed -r "s/(v?[0-9]+\.)([0-9]+\.)([0-9]+)(-.*)/\1\2\3\.${UTPLSQL_BUILD_NO}\4/" <<< "${UTPLSQL_VERSION}"`
2+
echo `sed -r "s/(v?[0-9]+\.)([0-9]+\.)([0-9]+)(-.*)?/\1\2\3\.${UTPLSQL_BUILD_NO}\4/" <<< "${UTPLSQL_VERSION}"`

0 commit comments

Comments
 (0)