Skip to content

Commit

Permalink
Merge pull request #28 from linuxserver/3.1.1
Browse files Browse the repository at this point in the history
Fix version number in jenkinsfile.
  • Loading branch information
aptalca authored Sep 12, 2020
2 parents 8b9c96f + 8ca67b7 commit 48ff7cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo V3.1.0 ''',
script: ''' echo V3.1.1 ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **12.10.20:** - Fix version number in jenkinsfile.
* **12.10.20:** - Update to version 3.1.1 beta.
* **22.06.20:** - Add mono webrequest library.
* **18.06.20:** - Update to v3.1.0.
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-webgrabplus
external_type: na
custom_version_command: 'echo V3.1.0'
custom_version_command: 'echo V3.1.1'
release_type: stable
release_tag: latest
ls_branch: master
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "12.10.20:", desc: "Fix version number in jenkinsfile." }
- { date: "12.10.20:", desc: "Update to version 3.1.1 beta." }
- { date: "22.06.20:", desc: "Add mono webrequest library." }
- { date: "18.06.20:", desc: "Update to v3.1.0." }
Expand Down

0 comments on commit 48ff7cd

Please sign in to comment.