Skip to content

Commit 76ff09f

Browse files
authored
Set 1.35 as latest (#477)
1 parent c1bbfa9 commit 76ff09f

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

USAGE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ To run Envoy, execute `func-e run -c your_envoy_config.yaml`. This
33
downloads and installs the latest version of Envoy for you.
44

55
To list versions of Envoy you can use, execute `func-e versions -a`. To
6-
choose one, invoke `func-e use 1.34.3`. This installs into
7-
`$FUNC_E_HOME/versions/1.34.3`, if not already present. You may also use
8-
minor version, such as `func-e use 1.34`.
6+
choose one, invoke `func-e use 1.35.0`. This installs into
7+
`$FUNC_E_HOME/versions/1.35.0`, if not already present. You may also use
8+
minor version, such as `func-e use 1.35`.
99

1010
You may want to override `$ENVOY_VERSIONS_URL` to supply custom builds or
1111
otherwise control the source of Envoy binaries. When overriding, validate

internal/cmd/testdata/func-e_help.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ USAGE:
66
downloads and installs the latest version of Envoy for you.
77

88
To list versions of Envoy you can use, execute `func-e versions -a`. To
9-
choose one, invoke `func-e use 1.34.3`. This installs into
10-
`$FUNC_E_HOME/versions/1.34.3`, if not already present. You may also use
11-
minor version, such as `func-e use 1.34`.
9+
choose one, invoke `func-e use 1.35.0`. This installs into
10+
`$FUNC_E_HOME/versions/1.35.0`, if not already present. You may also use
11+
minor version, such as `func-e use 1.35`.
1212

1313
You may want to override `$ENVOY_VERSIONS_URL` to supply custom builds or
1414
otherwise control the source of Envoy binaries. When overriding, validate

internal/cmd/testdata/func-e_use_help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ DESCRIPTION:
1515
depending on which is present.
1616

1717
Example:
18-
$ func-e use 1.34.3
19-
$ func-e use 1.34
18+
$ func-e use 1.35.0
19+
$ func-e use 1.35
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.34.3
1+
1.35.0

packaging/nfpm/func-e.8

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ To run Envoy, execute `func-e run -c your_envoy_config.yaml`. This
2222
downloads and installs the latest version of Envoy for you.
2323
2424
To list versions of Envoy you can use, execute `func-e versions -a`. To
25-
choose one, invoke `func-e use 1.34.3`. This installs into
26-
`$FUNC_E_HOME/versions/1.34.3`, if not already present. You may also use
27-
minor version, such as `func-e use 1.34`.
25+
choose one, invoke `func-e use 1.35.0`. This installs into
26+
`$FUNC_E_HOME/versions/1.35.0`, if not already present. You may also use
27+
minor version, such as `func-e use 1.35`.
2828
2929
You may want to override `$ENVOY_VERSIONS_URL` to supply custom builds or
3030
otherwise control the source of Envoy binaries. When overriding, validate

0 commit comments

Comments
 (0)