Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grisu48 committed Dec 20, 2023
1 parent cae9f2e commit 2867347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/openqa-mon/openqa-mon.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/grisu48/gopenqa"
)

const VERSION = "1.1.0"
const VERSION = "1.2.0"

var config Config
var tui TUI
Expand Down
2 changes: 1 addition & 1 deletion cmd/openqa-mq/openqa-mq.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/streadway/amqp"
)

const VERSION = "1.1.0"
const VERSION = "1.2.0"

type Config struct {
Remote string // Remote address
Expand Down
2 changes: 1 addition & 1 deletion cmd/openqa-revtui/openqa-revtui.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/grisu48/gopenqa"
)

const VERSION = "1.1.0"
const VERSION = "1.2.0"

/* Group is a single configurable monitoring unit. A group contains all parameters that will be queried from openQA */
type Group struct {
Expand Down

0 comments on commit 2867347

Please sign in to comment.