Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crownedgrouse committed Sep 14, 2019
1 parent 75c7a71 commit dead370
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/samovar.hrl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
%% semver record
-record(version, { comp = "=" :: string() % Compare string
, major= "" :: string()
, minor= "" :: string()
, patch= "" :: string()
, suffix="" :: string() % Suffix (prerelease or build or both)
, pre="" :: string() % Prerelease
, build="" :: string() % Build metadata
}).

0 comments on commit dead370

Please sign in to comment.