Skip to content

Commit

Permalink
release 1.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Apr 23, 2018
1 parent 1c57353 commit ac6ab2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: branch =~ ^(v?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[\da-z-]+(?:\.[\da-z-]+)*)?(?:\+[\da-z-]+(?:\.[\da-z-]+)*)?)$
script:
- test -n "$TRAVIS_TAG"
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- if [ `uname -m` = x86_64 ]; then sudo apt-get install -qq --force-yes gcc-multilib > /dev/null; fi
- sudo apt-get install -y build-essential rpm
- gem install --no-ri --no-rdoc fpm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ directory.
---
# `sampctl`

1.7.17 - Southclaws <[email protected]>
1.7.18 - Southclaws <[email protected]>

The Swiss Army Knife of SA:MP - vital tools for any server owner or library maintainer.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.17
1.7.18

0 comments on commit ac6ab2a

Please sign in to comment.