Bumping up the version number advertised by gorealis to the scheduler.

This commit is contained in:
Renan DelValle 2018-10-05 08:09:30 -07:00
parent 9dcb7a8969
commit e0f33ab60e
No known key found for this signature in database
GPG key ID: 3895800E03F17676

View file

@ -36,7 +36,7 @@ import (
"github.com/pkg/errors"
)
const VERSION = "1.2.1"
const VERSION = "1.3.0"
// TODO(rdelvalle): Move documentation to interface in order to make godoc look better/more accessible
type Realis interface {