We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7352d6e commit a13b429Copy full SHA for a13b429
RSML.CLI/Program.cs
@@ -18,7 +18,7 @@ internal class Program
18
/// <summary>
19
/// The current version of the API.
20
/// </summary>
21
- const string PKG_VERSION = "v1.0.4";
+ const string PKG_VERSION = "v1.0.5";
22
23
24
/// The color randomizer to use and discard.
RSML/RSML.csproj
@@ -24,9 +24,9 @@
Program.cs > Program > const PKG_VERSION
25
FOR THE LOVE OF GOD DON'T FORGET
26
PLEAAAAAAASE -->
27
- <Version>1.0.4</Version>
+ <Version>1.0.5</Version>
28
29
- <FileVersion>1.0.0.4</FileVersion>
+ <FileVersion>1.0.0.5</FileVersion>
30
<InformationalVersion>$(Version)</InformationalVersion>
31
32
<!-- no source revision thank you -->
0 commit comments