Skip to content

Commit

Permalink
Merge pull request #142 from grisu48/v121
Browse files Browse the repository at this point in the history
Bump version to 1.2.1
  • Loading branch information
grisu48 authored Apr 4, 2024
2 parents 5f18ef5 + b36fed7 commit 973cc3c
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.2.0"
const VERSION = "1.2.1"

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.2.0"
const VERSION = "1.2.1"

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.2.0"
const VERSION = "1.2.1"

/* 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 973cc3c

Please sign in to comment.