Skip to content

Commit

Permalink
Merge pull request #124 from grisu48/version
Browse files Browse the repository at this point in the history
Bump version to 1.1.0
  • Loading branch information
grisu48 authored Jul 28, 2023
2 parents aa6922d + 9241bd0 commit 3cc012f
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.0.1"
const VERSION = "1.1.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.0.1"
const VERSION = "1.1.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 @@ -12,7 +12,7 @@ import (
"github.com/grisu48/gopenqa"
)

const VERSION = "1.0.1"
const VERSION = "1.1.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 3cc012f

Please sign in to comment.