Bumping up version to 1.23.1

This commit is contained in:
Renán Del Valle 2021-02-25 17:58:21 -08:00 committed by Renán I. Del Valle
parent fbaf218dfb
commit e7f9c0cba9
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
1.23.1 (unreleased)
1.23.0
* First release tested against Aurora Scheduler 0.23.0

View file

@ -35,7 +35,7 @@ import (
"github.com/paypal/gorealis/response"
)
const version = "1.23.0"
const version = "1.23.1"
// Realis is an interface that defines the various APIs that may be used to communicate with
// the Apache Aurora scheduler.