Skip to content

Conversation

jcreedcmu
Copy link
Contributor

@jcreedcmu jcreedcmu commented Feb 27, 2020

No changes to UI.

Fixes #253.

isVersionCompatible: (v: Version) => {
return v.majorVersion === 2 && v.minorVersion === 0
return v.majorVersion === 2 && v.minorVersion >= 0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just leaving the trivial >=0 in in case we want to require a certain minor version in the future.

@jcreedcmu jcreedcmu requested a review from hmakholm February 27, 2020 16:42
@jcreedcmu jcreedcmu force-pushed the jcreed/version-filter branch from 9c40304 to 585b694 Compare February 27, 2020 20:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept minor-version bumps for the CLI
2 participants