File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "github.com/grisu48/gopenqa"
1818)
1919
20- const VERSION = "1.2.0 "
20+ const VERSION = "1.2.1 "
2121
2222var config Config
2323var tui TUI
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "github.com/streadway/amqp"
1111)
1212
13- const VERSION = "1.2.0 "
13+ const VERSION = "1.2.1 "
1414
1515type Config struct {
1616 Remote string // Remote address
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111 "github.com/grisu48/gopenqa"
1212)
1313
14- const VERSION = "1.2.0 "
14+ const VERSION = "1.2.1 "
1515
1616/* Group is a single configurable monitoring unit. A group contains all parameters that will be queried from openQA */
1717type Group struct {
You can’t perform that action at this time.
0 commit comments