Skip to content

Commit

Permalink
Increased version number to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osks committed Apr 28, 2011
1 parent 6619bd4 commit 8ed45bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.2.0, 2011-xx-xx -- Breaking API improvements
v0.2.0, 2011-04-28 -- Breaking API improvements
* Changed IGearmanJob to have an instance of JobAssigment instead of
separate properties for JobHandle and FunctionName, to make the raw
byte[] FunctionArgument available. This is a breaking change.
Expand Down
4 changes: 2 additions & 2 deletions GearmanSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]
[assembly: AssemblyVersion("0.2.0.0")]
[assembly: AssemblyFileVersion("0.2.0.0")]

0 comments on commit 8ed45bc

Please sign in to comment.