Skip to content

Commit

Permalink
v1.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
godrei committed May 7, 2018
1 parent c47809f commit e607e3c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
31 changes: 30 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@

-----------------

## 1.1.13 (2018 May 07)

### Release Notes

* go dependencies update

### Install or upgrade

To install this version, run the following commands (in a bash shell):

```
curl -fL https://github.com/bitrise-io/envman/releases/download/1.1.13/envman-$(uname -s)-$(uname -m) > /usr/local/bin/envman
```

Then:

```
chmod +x /usr/local/bin/envman
```

That's all, you're ready to call `envman`!

### Release Commits - 1.1.12 -> 1.1.13

* [c47809f] Krisztián Gödrei - prepare for 1.1.13 (2018 May 07)
* [213d1e4] Krisztián Gödrei - dep update (#134) (2018 May 07)
* [8437ec0] Krisztián Gödrei - Go utils update (#132) (2018 Apr 25)


## 1.1.12 (2018 Apr 09)

### Release Notes
Expand Down Expand Up @@ -836,4 +865,4 @@ That's all, you're ready to call `envman`!

-----------------

Generated at: 2018 Apr 09
Generated at: 2018 May 07
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// VERSION ...
const VERSION = "1.1.12"
const VERSION = "1.1.13"

0 comments on commit e607e3c

Please sign in to comment.