Skip to content

Commit 973cc3c

Browse files
authored
Merge pull request #142 from grisu48/v121
Bump version to 1.2.1
2 parents 5f18ef5 + b36fed7 commit 973cc3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmd/openqa-mon/openqa-mon.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2222
var config Config
2323
var tui TUI

cmd/openqa-mq/openqa-mq.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1515
type Config struct {
1616
Remote string // Remote address

cmd/openqa-revtui/openqa-revtui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */
1717
type Group struct {

0 commit comments

Comments
 (0)