Skip to content

Commit

Permalink
chore: Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 18, 2018
1 parent 031a9ab commit 0aa2005
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Master
## 1.3.0

### Enhancements

Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@

# General information about the project.
project = u'swiftenv'
copyright = u'2017, Kyle Fuller'
copyright = u'2018, Kyle Fuller'
author = u'Kyle Fuller'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = u'1.3'
version = u'1.4'
# The full version, including alpha/beta/rc tags.
release = u'1.3.0'
release = u'1.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can pull down the `kylef/swiftenv` docker image and run it.
$ docker pull kylef/swiftenv
$ docker run -i -t --entrypoint /bin/sh kylef/swiftenv
# swiftenv --version
swiftenv 1.3.0
swiftenv 1.4.0
```

Or for swiftenv with latest Swift:
Expand Down
2 changes: 1 addition & 1 deletion libexec/swiftenv---version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "swiftenv 1.3.0"
echo "swiftenv 1.4.0"

0 comments on commit 0aa2005

Please sign in to comment.