Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GrafDimenzio committed Jul 24, 2020
1 parent 25ff3d0 commit f3772de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Synapse/Synapse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ namespace Synapse
public static class Synapse
{
#region Version
private const int MajorVersion = 0;
private const int MinorVerion = 5;
private const int MajorVersion = 1;
private const int MinorVerion = 0;
private const int Patch = 0;

public static int VersionNumber => MajorVersion * 100 + MinorVerion * 10 + Patch;
Expand Down

0 comments on commit f3772de

Please sign in to comment.