Skip to content

Commit

Permalink
Bumped version number to v0.25.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmartel committed Sep 25, 2018
1 parent 43bb8c0 commit 226369d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dicom/dicomParser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dwv.dicom = dwv.dicom || {};
* Get the version of the library.
* @return {String} The version of the library.
*/
dwv.getVersion = function () { return "0.24.1"; };
dwv.getVersion = function () { return "0.25.0-beta"; };

/**
* Clean string: trim and remove ending.
Expand Down

0 comments on commit 226369d

Please sign in to comment.