Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpaquay committed Aug 25, 2016
1 parent 348df44 commit 9147cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/VersionNumber.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// limitations under the License.
namespace mtsuite.shared {
public static class VersionNumber {
public const string Product = "0.9.2";
public const string Product = "0.9.3";
public const string File = Product + ".0";
}
}

0 comments on commit 9147cda

Please sign in to comment.