Skip to content

Commit

Permalink
v1.0.0-beta.1
Browse files Browse the repository at this point in the history
Is everything in place for a v1.0.0 final?
  • Loading branch information
zorael committed Mar 26, 2024
1 parent f1f6218 commit 52d4378
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/wg_monitor/semver.d
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ enum WgMonitorSemVer
/**
SemVer major version of the program.
*/
major = 0,
major = 1,

/**
SemVer minor version of the program.
Expand All @@ -31,12 +31,12 @@ enum WgMonitorSemVer
/**
SemVer patch version of the program.
*/
patch = 2,
patch = 0,
}


// WgMonitorSemVerPreRelease
/**
SemVer pre-release string of this build.
*/
enum WgMonitorSemVerPreRelease = string.init;
enum WgMonitorSemVerPreRelease = "beta.1";

0 comments on commit 52d4378

Please sign in to comment.