Skip to content

Commit

Permalink
Merge pull request #22 from seznam/td-version2
Browse files Browse the repository at this point in the history
chore: version bump 2.0.0
  • Loading branch information
dohnto authored Nov 5, 2018
2 parents d90f956 + a91712e commit d0902cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This tool is ideal for use without polluting you environment with dependencies.
## Installation
wget
```bash
wget https://github.com/seznam/goenvtemplator/releases/download/v2.0.0-rc3/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator2
wget https://github.com/seznam/goenvtemplator/releases/download/v2.0.0/goenvtemplator-amd64 -O /usr/local/bin/goenvtemplator2
chmod +x /usr/local/bin/goenvtemplator2
```

Dockerfile
```Dockerfile
ADD https://github.com/seznam/goenvtemplator/releases/download/v2.0.0-rc3/goenvtemplator-amd64 /usr/local/bin/goenvtemplator2
ADD https://github.com/seznam/goenvtemplator/releases/download/v2.0.0/goenvtemplator-amd64 /usr/local/bin/goenvtemplator2
RUN chmod +x /usr/local/bin/goenvtemplator2
```

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
goenvtemplator (2.0.0) Seznam; urgency=medium

* Release bump; see all rc changelogs to see changes since v1.

-- Tomas Dohnalek <[email protected]> Wed, 31 Oct 2018 10:57:01 +0100

goenvtemplator (2.0.0~rc4) Seznam; urgency=medium

* DEPRECATION: require built-in function is now deprecated; use required built-in instead.
Expand Down

0 comments on commit d0902cf

Please sign in to comment.