Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX release] Remove 'v' prefix from DS.VERSION #4095

Merged
merged 1 commit into from
Jan 20, 2016

Conversation

tricknotes
Copy link
Member

The change of version number format may break version checking from other libs.

Before:

DS.VERSION //=> "v2.3.2"

After:

DS.VERSION //=> "2.3.2"

@bmac
Copy link
Member

bmac commented Jan 19, 2016

cc @fivetanley

The change of version number format may
break version checking from other libs.
@rwjblue
Copy link
Member

rwjblue commented Jan 20, 2016

Seems good to me.

fivetanley added a commit that referenced this pull request Jan 20, 2016
[BUGFIX release] Remove 'v' prefix from `DS.VERSION`
@fivetanley fivetanley merged commit 17791ee into emberjs:master Jan 20, 2016
@tricknotes tricknotes deleted the version-number branch January 20, 2016 15:14
@bmac
Copy link
Member

bmac commented Jan 22, 2016

@tricknotes I've published v2.3.3 with this fix.

@tricknotes
Copy link
Member Author

Thanks! It works fine for me.

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.

4 participants