Skip to content

Commit

Permalink
Set version number to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Rombauts committed Dec 11, 2014
1 parent 52f0de5 commit 30ebf5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set "picklesVersion=0.20.0"
set "picklesVersion=1.0.0"

cls

Expand Down
6 changes: 3 additions & 3 deletions src/Pickles/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
[assembly: AssemblyTrademarkAttribute("")]
[assembly: AssemblyCultureAttribute("")]
[assembly: ComVisibleAttribute(false)]
[assembly: AssemblyVersionAttribute("0.20.0")]
[assembly: AssemblyFileVersionAttribute("0.20.0")]
[assembly: AssemblyVersionAttribute("1.0.0")]
[assembly: AssemblyFileVersionAttribute("1.0.0")]
namespace System {
internal static class AssemblyVersionInformation {
internal const string Version = "0.20.0";
internal const string Version = "1.0.0";
}
}

0 comments on commit 30ebf5e

Please sign in to comment.