1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 08:39:43 +00:00

Bump to version 0.3.1

This commit is contained in:
Emma 2018-10-24 09:50:36 -06:00
parent 071d0db161
commit 2107a7a3af
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
# TempGopher Changelog # TempGopher Changelog
## 0.3.1
Release: 2018-10-24
* Fixes bug where UI would not display two sensors correctly [#15](https://gitlab.com/shouptech/tempgopher/issues/15)
* Fixes a typo during the CLI configuration [#14](https://gitlab.com/shouptech/tempgopher/issues/14)
## 0.3.0 ## 0.3.0
Release: 2018-10-20 Release: 2018-10-20

View file

@ -8,7 +8,7 @@ import (
) )
// Version is the current code version of tempgopher // Version is the current code version of tempgopher
const Version = "0.3.1-dev" const Version = "0.3.1"
func main() { func main() {
var args struct { var args struct {