Skip to content

Commit

Permalink
v0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Dec 18, 2017
1 parent 114dd5b commit 8ed0ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ See [docker-compose.yml](docker-compose.yml) for usage example.

## Note about gorilla/websocket

Starting from v0.10 this code is based on [gorilla/websocket chat example](https://github.com/gorilla/websocket/tree/master/examples/chat). See cmd/webtail/{client,hub}.go
Starting from v0.30 this code is based on [gorilla/websocket chat example](https://github.com/gorilla/websocket/tree/master/examples/chat). See cmd/webtail/{client,hub}.go

## TODO

Expand Down
2 changes: 1 addition & 1 deletion cmd/webtail/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
// App version variables

// Version set in source code
const Version = "0.20"
const Version = "0.30"

// Build time filled by make on program build
var Build string
Expand Down

0 comments on commit 8ed0ad1

Please sign in to comment.