Skip to content

Commit

Permalink
feat: upgrade syncthing to 1.19.1 (#2321)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier López Barba <javier@okteto.com>
  • Loading branch information
jLopezbarb committed Mar 7, 2022
1 parent 94a6cda commit d89634e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/model/dev.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (

var (
//OktetoBinImageTag image tag with okteto internal binaries
OktetoBinImageTag = "okteto/bin:1.3.5"
OktetoBinImageTag = "okteto/bin:1.3.6"

errBadName = fmt.Errorf("Invalid name: must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character")

Expand Down
2 changes: 1 addition & 1 deletion pkg/syncthing/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
syncthingVersion = "1.18.5"
syncthingVersion = "1.19.1"
)

var (
Expand Down

0 comments on commit d89634e

Please sign in to comment.