bumping ffmpeg

This commit is contained in:
thelamer 2019-07-25 14:39:13 -07:00
parent cdb92b9dbc
commit 0a7ed25cbd
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -97,7 +97,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo 4.1.3-cli ''',
script: ''' echo 4.1.4-cli ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}

View File

@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-ffmpeg
external_type: na
custom_version_command: "echo 4.1.3-cli"
custom_version_command: "echo 4.1.4-cli"
release_type: prerelease
release_tag: cli
ls_branch: cli