Skip to content

Commit

Permalink
Upgrade client feature version to be 1.2 (cadence-workflow#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjdawson2016 authored and vancexu committed May 31, 2019
1 parent d9b3d7e commit e199359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/frontend/versionchecker.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ import (
)

var versionSupported = map[string]version.Constraints{
"uber-go": mustNewConstraint("<1.1"),
"uber-java": mustNewConstraint("<1.1"),
"cli": mustNewConstraint("<1.1"),
"uber-go": mustNewConstraint("<1.2"),
"uber-java": mustNewConstraint("<1.2"),
"cli": mustNewConstraint("<1.2"),
}

type (
Expand Down

0 comments on commit e199359

Please sign in to comment.