Skip to content

Commit

Permalink
Bump version to v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavosbarreto committed Jul 7, 2020
1 parent 2c29f39 commit 218fe78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SHELLHUB_VERSION=v0.3.2
SHELLHUB_VERSION=v0.3.3
SHELLHUB_SSH_PORT=22
SHELLHUB_PROXY=false
2 changes: 1 addition & 1 deletion agent/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/opencontainers/image-spec v1.0.1 // indirect
github.com/parnurzeal/gorequest v0.2.16 // indirect
github.com/pkg/errors v0.9.1
github.com/shellhub-io/shellhub v0.3.2
github.com/shellhub-io/shellhub v0.3.3
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
Expand Down
2 changes: 1 addition & 1 deletion api/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/mitchellh/mapstructure v1.3.2
github.com/parnurzeal/gorequest v0.2.16 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shellhub-io/shellhub v0.3.2
github.com/shellhub-io/shellhub v0.3.3
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/valyala/fasttemplate v1.1.0 // indirect
github.com/xakep666/mongo-migrate v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion ssh/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/parnurzeal/gorequest v0.2.16
github.com/pires/go-proxyproto v0.1.3
github.com/pkg/errors v0.9.1 // indirect
github.com/shellhub-io/shellhub v0.3.2
github.com/shellhub-io/shellhub v0.3.3
github.com/sirupsen/logrus v1.6.0
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
Expand Down

0 comments on commit 218fe78

Please sign in to comment.