Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Release 0.6.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Jan 30, 2019
1 parent 5144c18 commit 13ac14c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = u"0.5"
version = u"0.6"
# The full version, including alpha/beta/rc tags.
release = u"0.5"
release = u"0.6"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion terraform/amazon/templates/bastion_user_data.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ write_files:
{{- else }}
Environment=AIRWORTHY_VERSION=0.2.0
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
Environment=WING_VERSION=0.5.3
Environment=WING_VERSION=0.6.0-alpha1
ExecStartPre=/bin/sh -c '\
set -e ;\
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ write_files:
{{- else }}
Environment=AIRWORTHY_VERSION=0.2.0
Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
Environment=WING_VERSION=0.5.3
Environment=WING_VERSION=0.6.0-alpha1
ExecStartPre=/bin/sh -c '\
set -e ;\
test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\
Expand Down

0 comments on commit 13ac14c

Please sign in to comment.