This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
terraform/amazon/templates Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6161# built documents.
6262#
6363# The short X.Y version.
64- version = u"0.5 "
64+ version = u"0.6 "
6565# The full version, including alpha/beta/rc tags.
66- release = u"0.5 "
66+ release = u"0.6 "
6767
6868# The language for content autogenerated by Sphinx. Refer to documentation
6969# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ write_files:
6868{{- else }}
6969 Environment=AIRWORTHY_VERSION=0.2.0
7070 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
71- Environment=WING_VERSION=0.5.3
71+ Environment=WING_VERSION=0.6.0-alpha1
7272 ExecStartPre=/bin/sh -c '\
7373 set -e ;\
7474 test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ write_files:
2525{{- else }}
2626 Environment=AIRWORTHY_VERSION=0.2.0
2727 Environment=AIRWORTHY_HASH=2d69cfe0b92f86481805c28d0b8ae47a8ffa6bb2373217e7c5215d61fc9efa1d
28- Environment=WING_VERSION=0.5.3
28+ Environment=WING_VERSION=0.6.0-alpha1
2929 ExecStartPre=/bin/sh -c '\
3030 set -e ;\
3131 test -x /opt/wing-$${WING_VERSION}/wing && exit 0 ;\
You can’t perform that action at this time.
0 commit comments