Skip to content

Commit 1fd537b

Browse files
committed
fix(README): update current version in badge
1 parent 8e436a8 commit 1fd537b

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Deis (pronounced DAY-iss) is an open source PaaS that makes it easy to deploy and manage applications on your own servers. Deis builds upon [Docker](http://docker.io/) and [CoreOS](http://coreos.com) to provide a lightweight PaaS with a [Heroku-inspired](http://heroku.com) workflow.
44

5-
[![Current Release](http://img.shields.io/badge/release-v0.12.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.12.0)
5+
[![Current Release](http://img.shields.io/badge/release-v0.13.0-blue.svg)](https://github.com/deis/deis/releases/tag/v0.13.0)
66

77
![Deis Graphic](https://s3-us-west-2.amazonaws.com/deis-images/deis-graphic.png)
88

9-
Deis is pre-release software. The current release is [v0.12.0](https://github.com/deis/deis/tree/v0.12.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
9+
Deis is pre-release software. The current release is [v0.13.0](https://github.com/deis/deis/tree/v0.13.0). Until there is a stable release, we recommend you check out the latest ["master" branch](https://github.com/deis/deis) code and refer to the [latest documentation](http://docs.deis.io/en/latest/). Upgrading from a previous Deis release? See [Upgrading Deis](http://docs.deis.io/en/latest/installing_deis/upgrading-deis/) for additional information.
1010

1111
# Deploying Deis
1212

contrib/bumpver/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ $ ./contrib/bumpver/bumpver -f 0.13.0-dev 0.13.3 \
3434
client/setup.py \
3535
deisctl/deis-version \
3636
deisctl/deisctl.go \
37+
deisctl/README.md \
3738
controller/deis/__init__.py \
39+
README.md \
3840
tests/bin/test-latest.sh
3941
$ # update from the first semver string found
4042
$ # this type of command should now be enough to bump everything
@@ -44,8 +46,10 @@ $ ./contrib/bumpver/bumpver 0.14.0 \
4446
client/setup.py \
4547
deisctl/deis-version \
4648
deisctl/deisctl.go \
49+
deisctl/README.md \
4750
contrib/coreos/user-data \
4851
controller/deis/__init__.py \
52+
README.md \
4953
tests/bin/test-latest.sh
5054
```
5155

deisctl/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ using a specific Deis release (not latest), you'll want to use the deisctl built
3030

3131
Builds are hosted on an S3 bucket at this URL format: `https://s3-us-west-2.amazonaws.com/opdemand/deisctl-<VERSION>-<darwin|linux>-amd64.run`
3232

33-
The deisctl release for Deis version 0.12 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.12.0-linux-amd64.run)
33+
The deisctl release for Deis version 0.13 can be downloaded here: [Mac OS X](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.13.0-darwin-amd64.run) | [Linux](https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.13.0-linux-amd64.run)
3434

3535
### Building from source
3636

docs/contributing/releases.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ deis repo
2929
client/setup.py \
3030
deisctl/deis-version \
3131
deisctl/deisctl.go \
32+
deisctl/README.md \
3233
contrib/coreos/user-data \
3334
controller/deis/__init__.py \
35+
README.md \
3436
tests/bin/test-latest.sh
3537
3638
- Commit and push the deis/deis release and tag

0 commit comments

Comments
 (0)