Skip to content

Commit

Permalink
Adding version api support
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed Jan 23, 2018
1 parent fafdfac commit e864064
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Models/Version.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import BaseModel from './BaseModel';

class Version extends BaseModel {
show() {
return this.get('version');
}
}

export default Version;

0 comments on commit e864064

Please sign in to comment.